Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DStatepoint.h206 inline std::vector<const GCRelocateInst *> getGCRelocates() const;
214 std::vector<const GCRelocateInst *> GCStatepointInst::getGCRelocates() const { in getGCRelocates() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1038 for (const GCRelocateInst *Relocate : I.getGCRelocates()) { in LowerStatepoint()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2363 for (const GCRelocateInst *Reloc : GCSP.getGCRelocates()) { in visitCallBase()
2436 for (const GCRelocateInst *Reloc : GCSP.getGCRelocates()) { in visitCallBase()