HomeSort by relevance Sort by last modified time
    Searched refs:GCRelocates (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 508 for (const GCRelocateInst *Relocate : SI.GCRelocates) {
549 for (auto *Reloc : SI.GCRelocates)
558 removeDuplicateGCPtrs(SI.Bases, SI.Ptrs, SI.GCRelocates, *this,
561 SI.Ptrs.size() == SI.GCRelocates.size());
773 SI.GCRelocates.push_back(Relocate);
    [all...]
SelectionDAGBuilder.h 732 SmallVector<const GCRelocateInst *, 16> GCRelocates;
    [all...]

Completed in 36 milliseconds