Home
last modified time | relevance | path

Searched refs:needsSafePoints (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DGCStrategy.h137 bool needsSafePoints() const { return NeededSafePoints != 0; } in needsSafePoints() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DGCStrategy.h140 bool needsSafePoints() const { return NeededSafePoints != 0; } in needsSafePoints() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DGCStrategy.h90 bool needsSafePoints() const { return NeededSafePoints != 0; } in needsSafePoints() function
/external/llvm/lib/CodeGen/
DGCRootLowering.cpp348 if (FI->getStrategy().needsSafePoints()) in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DGCRootLowering.cpp347 if (FI->getStrategy().needsSafePoints()) in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DGCStrategy.cpp399 if (!FI->getStrategy().needsSafePoints()) in runOnMachineFunction()