Searched refs:GCRelocates (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DStripGCRelocates.cpp46 SmallVector<GCRelocateInst *, 20> GCRelocates;
52 GCRelocates.push_back(GCR);
56 for (GCRelocateInst *GCRel : GCRelocates) {
71 return !GCRelocates.empty();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp628 for (const GCRelocateInst *Relocate : SI.GCRelocates) {
666 SI.Ptrs.size() <= SI.GCRelocates.size());
669 for (auto *Reloc : SI.GCRelocates)
890 SI.GCRelocates.push_back(Relocate);
H A DSelectionDAGBuilder.h588 SmallVector<const GCRelocateInst *, 16> GCRelocates; member in struct:llvm::SelectionDAGBuilder::StatepointLoweringInfo

Completed in 46 milliseconds