Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/
DGCStrategy.h111 bool needsSafePoints() const { return NeededSafePoints; } in needsSafePoints() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DGCStrategy.h111 bool needsSafePoints() const { return NeededSafePoints; } in needsSafePoints() function
/external/llvm/include/llvm/CodeGen/
DGCStrategy.h137 bool needsSafePoints() const { return NeededSafePoints != 0; } in needsSafePoints() function
/external/llvm-project/llvm/lib/CodeGen/
DGCRootLowering.cpp325 if (FI->getStrategy().needsSafePoints()) in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DGCRootLowering.cpp326 if (FI->getStrategy().needsSafePoints()) in runOnMachineFunction()
/external/llvm/lib/CodeGen/
DGCRootLowering.cpp348 if (FI->getStrategy().needsSafePoints()) in runOnMachineFunction()