Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1055 for (const GCRelocateInst *Relocate : I.getGCRelocates()) { in LowerStatepoint()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3288 for (const GCRelocateInst *Reloc : GCSP.getGCRelocates()) { in visitCallBase()
3360 for (const GCRelocateInst *Reloc : GCSP.getGCRelocates()) { in visitCallBase()