Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.h63 PendingGCRelocateCalls.push_back(&RelocCall); in scheduleRelocCall()
70 std::find(PendingGCRelocateCalls.begin(), PendingGCRelocateCalls.end(), in relocCallVisited()
72 assert(itr != PendingGCRelocateCalls.end() && in relocCallVisited()
74 PendingGCRelocateCalls.erase(itr); in relocCallVisited()
112 SmallVector<const CallInst *, 10> PendingGCRelocateCalls; variable
DStatepointLowering.cpp51 assert(PendingGCRelocateCalls.empty() && in startNewStatepoint()
67 assert(PendingGCRelocateCalls.empty() && in clear()