Searched refs:OrigInst (Results 1 – 3 of 3) sorted by relevance
221 const Instruction *OrigInst) { in annotateInstWithNoAlias() argument226 const Value *Ptr = isa<LoadInst>(OrigInst) in annotateInstWithNoAlias()227 ? cast<LoadInst>(OrigInst)->getPointerOperand() in annotateInstWithNoAlias()228 : cast<StoreInst>(OrigInst)->getPointerOperand(); in annotateInstWithNoAlias()
98 const Instruction *OrigInst);
3008 CallInst *OrigInst = VAStartInstrumentationList[i]; in finalizeInstrumentation() local3009 IRBuilder<> IRB(OrigInst->getNextNode()); in finalizeInstrumentation()3010 Value *VAListTag = OrigInst->getArgOperand(0); in finalizeInstrumentation()3127 CallInst *OrigInst = VAStartInstrumentationList[i]; in finalizeInstrumentation() local3128 IRBuilder<> IRB(OrigInst->getNextNode()); in finalizeInstrumentation()3129 Value *VAListTag = OrigInst->getArgOperand(0); in finalizeInstrumentation()3308 CallInst *OrigInst = VAStartInstrumentationList[i]; in finalizeInstrumentation() local3309 IRBuilder<> IRB(OrigInst->getNextNode()); in finalizeInstrumentation()3311 Value *VAListTag = OrigInst->getArgOperand(0); in finalizeInstrumentation()3530 CallInst *OrigInst = VAStartInstrumentationList[i]; in finalizeInstrumentation() local[all …]