HomeSort by relevance Sort by last modified time
    Searched full:addsafepoint (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 121 /// addSafePoint - Notes the existence of a safe point. Num is the ID of the
124 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, const DebugLoc &DL) {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
GCMetadata.h 124 /// addSafePoint - Notes the existence of a safe point. Num is the ID of the
127 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) {
  /external/llvm/lib/CodeGen/
GCRootLowering.cpp 287 FI->addSafePoint(GC::PreCall, Label, CI->getDebugLoc());
292 FI->addSafePoint(GC::PostCall, Label, CI->getDebugLoc());
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
GCStrategy.cpp 366 FI->addSafePoint(GC::PreCall, Label, CI->getDebugLoc());
371 FI->addSafePoint(GC::PostCall, Label, CI->getDebugLoc());
  /art/compiler/optimizing/
register_allocator_linear_scan.cc 331 current->AddSafepoint(safepoint);
    [all...]
ssa_liveness_analysis.h 903 void AddSafepoint(HInstruction* instruction) {
    [all...]
register_allocator_graph_color.cc     [all...]

Completed in 611 milliseconds