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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DGCStrategy.cpp46 static bool CouldBecomeSafePoint(Instruction *I);
182 for (; !CouldBecomeSafePoint(IP); ++IP)
218 /// CouldBecomeSafePoint - Predicate to conservatively determine whether the
220 bool LowerIntrinsics::CouldBecomeSafePoint(Instruction *I) { function in class:LowerIntrinsics
/external/llvm/lib/CodeGen/
H A DGCRootLowering.cpp124 /// CouldBecomeSafePoint - Predicate to conservatively determine whether the
126 static bool CouldBecomeSafePoint(Instruction *I) { function
161 for (; !CouldBecomeSafePoint(&*IP); ++IP)

Completed in 74 milliseconds