HomeSort by: relevance | last modified time | path
    Searched refs:GCRelocates (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
StripGCRelocates.cpp 32 SmallVector<GCRelocateInst *, 20> GCRelocates;
38 GCRelocates.push_back(GCR);
42 for (GCRelocateInst *GCRel : GCRelocates) {
57 return !GCRelocates.empty();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 570 for (auto *Relocate : SI.GCRelocates)
738 for (auto *Reloc : SI.GCRelocates)
886 for (const auto *Relocate : SI.GCRelocates) {
913 for (const GCRelocateInst *Relocate : SI.GCRelocates) {
1039 SI.GCRelocates.push_back(Relocate);
SelectionDAGBuilder.h 585 SmallVector<const GCRelocateInst *, 16> GCRelocates;

Completed in 65 milliseconds