Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DGCStrategy.h88 bool useStatepoints() const { return UseStatepoints; } in useStatepoints() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1047 assert(GFI->getStrategy().useStatepoints() && in LowerStatepoint()