Searched refs:NewCallee (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1357 Constant *NewCallee = in transformCallThroughTrampoline() local 1366 NewCaller = InvokeInst::Create(NewCallee, in transformCallThroughTrampoline() 1372 NewCaller = CallInst::Create(NewCallee, NewArgs); in transformCallThroughTrampoline() 1387 Constant *NewCallee = in transformCallThroughTrampoline() local 1390 CS.setCalledFunction(NewCallee); in transformCallThroughTrampoline()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | Inliner.cpp | 1022 if (Function *NewCallee = CS.getCalledFunction()) in run() local 1023 if (!NewCallee->isDeclaration()) in run()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 3011 Constant *NewCallee = in transformCallThroughTrampoline() local 3023 NewCaller = InvokeInst::Create(NewCallee, in transformCallThroughTrampoline() 3029 NewCaller = CallInst::Create(NewCallee, NewArgs, OpBundles); in transformCallThroughTrampoline() 3044 Constant *NewCallee = in transformCallThroughTrampoline() local 3047 CS.setCalledFunction(NewCallee); in transformCallThroughTrampoline()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 4491 Constant *NewCallee = in transformCallThroughTrampoline() local 4504 NewCaller = InvokeInst::Create(NewCallee, in transformCallThroughTrampoline() 4510 NewCaller = CallInst::Create(NewCallee, NewArgs, OpBundles); in transformCallThroughTrampoline() 4526 Constant *NewCallee = in transformCallThroughTrampoline() local 4529 CS.setCalledFunction(NewCallee); in transformCallThroughTrampoline()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1138 Value *NewCallee = in optimizeExp2() local 1141 CallInst *CI = B.CreateCall(NewCallee, {One, LdExpArg}); in optimizeExp2()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1325 Value *NewCallee = in optimizeExp2() local 1328 CallInst *CI = B.CreateCall(NewCallee, {One, LdExpArg}); in optimizeExp2()
|