Home
last modified time | relevance | path

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

/minix3/minix/llvm/passes/include/magic/support/
H A DMagicUtil.h43 …static void replaceCallInst(Instruction *originalInst, CallInst *newInst, int argOffset=0, bool re…
H A DMagicMemFunction.h281 MagicUtil::replaceCallInst(I, newInst, NUM_MAGIC_ARGS); in replaceInstruction()
539 MagicUtil::replaceCallInst(callInst, newCallInst, argOffset); in getCustomWrapper()
H A DMagicDebugFunction.h153 MagicUtil::replaceCallInst(I, newInst, 1); in fixCalls()
/minix3/minix/llvm/passes/magic/support/
H A DMagicUtil.cpp518 void MagicUtil::replaceCallInst(Instruction *originalInst, CallInst *newInst, int argOffset, bool r… in replaceCallInst() function in llvm::MagicUtil