Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDStatepointLowering.h69 PendingGCRelocateCalls.push_back(&RelocCall); in scheduleRelocCall()
79 auto I = llvm::find(PendingGCRelocateCalls, &RelocCall); in relocCallVisited()
80 assert(I != PendingGCRelocateCalls.end() && in relocCallVisited()
82 PendingGCRelocateCalls.erase(I); in relocCallVisited()
121 SmallVector<const GCRelocateInst *, 10> PendingGCRelocateCalls; variable
HDStatepointLowering.cpp89 assert(PendingGCRelocateCalls.empty() && in startNewStatepoint()
103 assert(PendingGCRelocateCalls.empty() && in clear()