reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
74 assert(PendingGCRelocateCalls.empty() && 88 assert(PendingGCRelocateCalls.empty() &&lib/CodeGen/SelectionDAG/StatepointLowering.h
71 PendingGCRelocateCalls.push_back(&RelocCall); 81 auto I = llvm::find(PendingGCRelocateCalls, &RelocCall); 82 assert(I != PendingGCRelocateCalls.end() && 84 PendingGCRelocateCalls.erase(I);