Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DStatepoint.h206 inline std::vector<const GCRelocateInst *> getGCRelocates() const;
214 std::vector<const GCRelocateInst *> GCStatepointInst::getGCRelocates() const { in getGCRelocates() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp1038 for (const GCRelocateInst *Relocate : I.getGCRelocates()) { in LowerStatepoint()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2459 for (const GCRelocateInst *Reloc : GCSP.getGCRelocates()) { in visitCallBase()
2532 for (const GCRelocateInst *Reloc : GCSP.getGCRelocates()) { in visitCallBase()