Home
last modified time | relevance | path

Searched refs:getGCRelocates (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDStatepoint.h203 inline std::vector<const GCRelocateInst *> getGCRelocates() const;
206 std::vector<const GCRelocateInst *> GCStatepointInst::getGCRelocates() const { in getGCRelocates() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDStatepointLowering.cpp1064 for (const GCRelocateInst *Relocate : I.getGCRelocates()) { in LowerStatepoint()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCalls.cpp3976 for (const GCRelocateInst *Reloc : GCSP.getGCRelocates()) { in visitCallBase()
4049 for (const GCRelocateInst *Reloc : GCSP.getGCRelocates()) { in visitCallBase()