HomeSort by relevance Sort by last modified time
    Searched refs:PostCall (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
OcamlGC.cpp 35 NeededSafePoints = 1 << GC::PostCall;
GCMetadata.cpp 149 case GC::PostCall: return "post-call";
GCStrategy.cpp 371 if (FI->getStrategy().needsSafePoint(GC::PostCall)) {
373 FI->addSafePoint(GC::PostCall, Label, CI->getDebugLoc());
  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 54 PostCall //< Instr is the return address of a call.

Completed in 100 milliseconds