Searched refs:replaceCallInst (Results 1 – 4 of 4) sorted by relevance
| /minix3/minix/llvm/passes/include/magic/support/ |
| H A D | MagicUtil.h | 43 …static void replaceCallInst(Instruction *originalInst, CallInst *newInst, int argOffset=0, bool re…
|
| H A D | MagicMemFunction.h | 281 MagicUtil::replaceCallInst(I, newInst, NUM_MAGIC_ARGS); in replaceInstruction() 539 MagicUtil::replaceCallInst(callInst, newCallInst, argOffset); in getCustomWrapper()
|
| H A D | MagicDebugFunction.h | 153 MagicUtil::replaceCallInst(I, newInst, 1); in fixCalls()
|
| /minix3/minix/llvm/passes/magic/support/ |
| H A D | MagicUtil.cpp | 518 void MagicUtil::replaceCallInst(Instruction *originalInst, CallInst *newInst, int argOffset, bool r… in replaceCallInst() function in llvm::MagicUtil
|