Home
last modified time | relevance | path

Searched defs:newInst (Results 1 – 3 of 3) sorted by relevance

/minix3/minix/llvm/passes/include/magic/support/
H A DMagicDebugFunction.h151 CallInst* newInst = MagicUtil::createCallInstruction(debugFunction, debugArgs, "", I); in fixCalls() local
H A DMagicMemFunction.h279 CallInst* newInst = MagicUtil::createCallInstruction(wrapper, magicMemArgs, "", I); in replaceInstruction() local
/minix3/minix/llvm/passes/magic/support/
H A DMagicUtil.cpp518 void MagicUtil::replaceCallInst(Instruction *originalInst, CallInst *newInst, int argOffset, bool r… in replaceCallInst()