Searched refs:GCRelocates (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | StripGCRelocates.cpp | 46 SmallVector<GCRelocateInst *, 20> GCRelocates; in runOnFunction() local 52 GCRelocates.push_back(GCR); in runOnFunction() 56 for (GCRelocateInst *GCRel : GCRelocates) { in runOnFunction() 71 return !GCRelocates.empty(); in runOnFunction()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 508 for (const GCRelocateInst *Relocate : SI.GCRelocates) { in lowerStatepointMetaArgs() 549 for (auto *Reloc : SI.GCRelocates) in LowerAsSTATEPOINT() 558 removeDuplicateGCPtrs(SI.Bases, SI.Ptrs, SI.GCRelocates, *this, in LowerAsSTATEPOINT() 561 SI.Ptrs.size() == SI.GCRelocates.size()); in LowerAsSTATEPOINT() 773 SI.GCRelocates.push_back(Relocate); in LowerStatepoint()
|
D | SelectionDAGBuilder.h | 732 SmallVector<const GCRelocateInst *, 16> GCRelocates; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 567 for (const GCRelocateInst *Relocate : SI.GCRelocates) { in lowerStatepointMetaArgs() 608 for (auto *Reloc : SI.GCRelocates) in LowerAsSTATEPOINT() 617 removeDuplicateGCPtrs(SI.Bases, SI.Ptrs, SI.GCRelocates, *this, in LowerAsSTATEPOINT() 620 SI.Ptrs.size() == SI.GCRelocates.size()); in LowerAsSTATEPOINT() 832 SI.GCRelocates.push_back(Relocate); in LowerStatepoint()
|
D | SelectionDAGBuilder.h | 757 SmallVector<const GCRelocateInst *, 16> GCRelocates; member
|