Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DGCStrategy.h112 bool needsSafePoints() const { return NeededSafePoints; } in needsSafePoints() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DGCRootLowering.cpp326 if (FI->getStrategy().needsSafePoints()) in runOnMachineFunction()