Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
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()
/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()