Home
last modified time | relevance | path

Searched refs:OrigInst (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp221 const Instruction *OrigInst) { in annotateInstWithNoAlias() argument
226 const Value *Ptr = isa<LoadInst>(OrigInst) in annotateInstWithNoAlias()
227 ? cast<LoadInst>(OrigInst)->getPointerOperand() in annotateInstWithNoAlias()
228 : cast<StoreInst>(OrigInst)->getPointerOperand(); in annotateInstWithNoAlias()
/external/llvm/include/llvm/Transforms/Utils/
DLoopVersioning.h98 const Instruction *OrigInst);
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp3008 CallInst *OrigInst = VAStartInstrumentationList[i]; in finalizeInstrumentation() local
3009 IRBuilder<> IRB(OrigInst->getNextNode()); in finalizeInstrumentation()
3010 Value *VAListTag = OrigInst->getArgOperand(0); in finalizeInstrumentation()
3127 CallInst *OrigInst = VAStartInstrumentationList[i]; in finalizeInstrumentation() local
3128 IRBuilder<> IRB(OrigInst->getNextNode()); in finalizeInstrumentation()
3129 Value *VAListTag = OrigInst->getArgOperand(0); in finalizeInstrumentation()
3308 CallInst *OrigInst = VAStartInstrumentationList[i]; in finalizeInstrumentation() local
3309 IRBuilder<> IRB(OrigInst->getNextNode()); in finalizeInstrumentation()
3311 Value *VAListTag = OrigInst->getArgOperand(0); in finalizeInstrumentation()
3530 CallInst *OrigInst = VAStartInstrumentationList[i]; in finalizeInstrumentation() local
[all …]