Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h203 inline std::vector<const GCRelocateInst *> getGCRelocates() const;
206 std::vector<const GCRelocateInst *> GCStatepointInst::getGCRelocates() const { in getGCRelocates() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1064 for (const GCRelocateInst *Relocate : I.getGCRelocates()) { in LowerStatepoint()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3974 for (const GCRelocateInst *Reloc : GCSP.getGCRelocates()) { in visitCallBase()
4047 for (const GCRelocateInst *Reloc : GCSP.getGCRelocates()) { in visitCallBase()