HomeSort by relevance Sort by last modified time
    Searched defs:GetFunctionClass (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
ObjCARCInstKind.cpp 87 ARCInstKind llvm::objcarc::GetFunctionClass(const Function *F) {
245 ARCInstKind Class = GetFunctionClass(F);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp 201 /// GetFunctionClass - Determine if F is one of the special known Functions.
203 static InstructionClass GetFunctionClass(const Function *F) {
287 InstructionClass Class = GetFunctionClass(F);
368 return GetFunctionClass(F);
732 switch (GetFunctionClass(F)) {
    [all...]

Completed in 307 milliseconds