Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DGCStrategy.cpp46 static bool CouldBecomeSafePoint(Instruction *I);
182 for (; !CouldBecomeSafePoint(IP); ++IP) in InsertRootInitializers()
220 bool LowerIntrinsics::CouldBecomeSafePoint(Instruction *I) { in CouldBecomeSafePoint() function in LowerIntrinsics
/external/llvm/lib/CodeGen/
DGCRootLowering.cpp126 static bool CouldBecomeSafePoint(Instruction *I) { in CouldBecomeSafePoint() function
161 for (; !CouldBecomeSafePoint(&*IP); ++IP) in InsertRootInitializers()