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

/external/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp87 ARCInstKind llvm::objcarc::GetFunctionClass(const Function *F) { function in class:llvm::objcarc
245 ARCInstKind Class = GetFunctionClass(F);
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DObjCARC.cpp201 /// GetFunctionClass - Determine if F is one of the special known Functions.
203 static InstructionClass GetFunctionClass(const Function *F) { function
287 InstructionClass Class = GetFunctionClass(F);
368 return GetFunctionClass(F);
732 switch (GetFunctionClass(F)) {

Completed in 153 milliseconds