Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DGCStrategy.h137 bool needsSafePoints() const { return NeededSafePoints != 0; } in needsSafePoints() function
/external/llvm/lib/CodeGen/
DGCRootLowering.cpp349 if (FI->getStrategy().needsSafePoints()) in runOnMachineFunction()