Home
last modified time | relevance | path

Searched refs:CouldBecomeSafePoint (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DGCRootLowering.cpp125 static bool CouldBecomeSafePoint(Instruction *I) { in CouldBecomeSafePoint() function
160 for (; !CouldBecomeSafePoint(&*IP); ++IP) in InsertRootInitializers()