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

  /external/llvm/include/llvm/CodeGen/
GCStrategy.h 97 /// needsSafePoint(Kind) - True if the given kind of safe point is
99 bool needsSafePoint(GC::PointKind Kind) const {
  /external/llvm/lib/CodeGen/
GCStrategy.cpp 366 if (FI->getStrategy().needsSafePoint(GC::PreCall)) {
371 if (FI->getStrategy().needsSafePoint(GC::PostCall)) {

Completed in 3334 milliseconds