Searched refs:PendingGCRelocateCalls (Results 1 – 4 of 4) sorted by relevance
70 PendingGCRelocateCalls.push_back(&RelocCall); in scheduleRelocCall()77 auto I = llvm::find(PendingGCRelocateCalls, &RelocCall); in relocCallVisited()78 assert(I != PendingGCRelocateCalls.end() && in relocCallVisited()80 PendingGCRelocateCalls.erase(I); in relocCallVisited()119 SmallVector<const CallInst *, 10> PendingGCRelocateCalls; variable
75 assert(PendingGCRelocateCalls.empty() && in startNewStatepoint()89 assert(PendingGCRelocateCalls.empty() && in clear()
65 PendingGCRelocateCalls.push_back(&RelocCall); in scheduleRelocCall()72 auto I = find(PendingGCRelocateCalls, &RelocCall); in relocCallVisited()73 assert(I != PendingGCRelocateCalls.end() && in relocCallVisited()75 PendingGCRelocateCalls.erase(I); in relocCallVisited()114 SmallVector<const CallInst *, 10> PendingGCRelocateCalls; variable
52 assert(PendingGCRelocateCalls.empty() && in startNewStatepoint()65 assert(PendingGCRelocateCalls.empty() && in clear()