Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DGCStrategy.h111 bool needsSafePoints() const { return NeededSafePoints; } in needsSafePoints() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DGCRootLowering.cpp325 if (FI->getStrategy().needsSafePoints()) in runOnMachineFunction()