Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DCallPromotionUtils.h39 Instruction *promoteCall(CallSite CS, Function *Callee,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp364 Instruction *llvm::promoteCall(CallSite CS, Function *Callee, in promoteCall() function in llvm
422 return promoteCall(CallSite(NewInst), Callee); in promoteCallWithIfThenElse()