Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGCStrategy.h92 bool useStatepoints() const { return UseStatepoints; } in useStatepoints() function
108 assert((!UseRS4GC || useStatepoints()) && in useRS4GC()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1021 assert(GFI->getStrategy().useStatepoints() && in LowerStatepoint()