Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.h66 void scheduleRelocCall(const GCRelocateInst &RelocCall) { in scheduleRelocCall() argument
68 if (!RelocCall.use_empty()) in scheduleRelocCall()
69 PendingGCRelocateCalls.push_back(&RelocCall); in scheduleRelocCall()
75 void relocCallVisited(const GCRelocateInst &RelocCall) { in relocCallVisited() argument
77 if (RelocCall.use_empty()) in relocCallVisited()
79 auto I = llvm::find(PendingGCRelocateCalls, &RelocCall); in relocCallVisited()