Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.h69 void scheduleRelocCall(const CallInst &RelocCall) { in scheduleRelocCall() argument
70 PendingGCRelocateCalls.push_back(&RelocCall); in scheduleRelocCall()
76 void relocCallVisited(const CallInst &RelocCall) { in relocCallVisited() argument
77 auto I = llvm::find(PendingGCRelocateCalls, &RelocCall); in relocCallVisited()