Home
last modified time | relevance | path

Searched refs:PendingGCRelocateCalls (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.h65 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
DStatepointLowering.cpp52 assert(PendingGCRelocateCalls.empty() && in startNewStatepoint()
65 assert(PendingGCRelocateCalls.empty() && in clear()