Searched refs:IsAlwaysTail (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DObjCARCInstKind.h79 bool IsAlwaysTail(ARCInstKind Class);
/external/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp505 bool llvm::objcarc::IsAlwaysTail(ARCInstKind Class) { function in class:llvm::objcarc
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp792 if (IsAlwaysTail(Class)) {
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DObjCARC.cpp415 /// IsAlwaysTail - Test if the given class represents instructions which are
417 static bool IsAlwaysTail(InstructionClass Class) { function
2080 if (IsAlwaysTail(Class)) {

Completed in 501 milliseconds