Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.h64 void scheduleRelocCall(const CallInst &RelocCall) { in scheduleRelocCall() argument
65 PendingGCRelocateCalls.push_back(&RelocCall); in scheduleRelocCall()
71 void relocCallVisited(const CallInst &RelocCall) { in relocCallVisited() argument
72 auto I = find(PendingGCRelocateCalls, &RelocCall); in relocCallVisited()