Searched refs:CouldBecomeSafePoint (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DGCStrategy.cpp46 static bool CouldBecomeSafePoint(Instruction *I);
180 for (; !CouldBecomeSafePoint(IP); ++IP)
216 /// CouldBecomeSafePoint - Predicate to conservatively determine whether the
218 bool LowerIntrinsics::CouldBecomeSafePoint(Instruction *I) { function in class:LowerIntrinsics

Completed in 559 milliseconds