Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.h83 PendingGCRelocateCalls.push_back(&RelocCall); in scheduleRelocCall()
90 std::find(PendingGCRelocateCalls.begin(), PendingGCRelocateCalls.end(), in relocCallVisited()
92 assert(itr != PendingGCRelocateCalls.end() && in relocCallVisited()
94 PendingGCRelocateCalls.erase(itr); in relocCallVisited()
134 SmallVector<const CallInst *, 10> PendingGCRelocateCalls; variable
DStatepointLowering.cpp44 assert(PendingGCRelocateCalls.empty() && in startNewStatepoint()
61 assert(PendingGCRelocateCalls.empty() && in clear()