Searched defs:GetInstructionClass (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DObjCARC.cpp194 /// GetCallSiteClass - Helper for GetInstructionClass. Determines what kind
278 /// GetInstructionClass - Determine what kind of construct V is.
279 static InstructionClass GetInstructionClass(const Value *V) { function
369 /// similar to GetInstructionClass except that it only detects objc runtine
2001 InstructionClass Class = GetInstructionClass(Inst);
2013 InstructionClass Class = GetInstructionClass(Inst);
2026 InstructionClass Class = GetInstructionClass(Inst);
2600 InstructionClass Class = GetInstructionClass(Inst);
2801 InstructionClass Class = GetInstructionClass(Inst);
3390 InstructionClass EarlierClass = GetInstructionClass(EarlierIns
[all...]

Completed in 100 milliseconds