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

  /external/llvm/lib/CodeGen/
ErlangGC.cpp 77 FI.addSafePoint(GC::PostCall, Label, MI->getDebugLoc());
GCStrategy.cpp 369 FI->addSafePoint(GC::PreCall, Label, CI->getDebugLoc());
374 FI->addSafePoint(GC::PostCall, Label, CI->getDebugLoc());
  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 130 /// addSafePoint - Notes the existence of a safe point. Num is the ID of the
133 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) {

Completed in 26 milliseconds