Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp111 if (OrigInst->getType()->isVoidTy() || OrigInst->use_empty()) in createRetPHINode()
118 U->replaceUsesOfWith(OrigInst, Phi); in createRetPHINode()
119 Phi->addIncoming(OrigInst, OrigInst->getParent()); in createRetPHINode()
287 CallBase *OrigInst = &CB; in versionCallSite() local
288 BasicBlock *OrigBlock = OrigInst->getParent(); in versionCallSite()
296 if (OrigInst->isMustTailCall()) { in versionCallSite()
308 auto Next = OrigInst->getNextNode(); in versionCallSite()
310 assert(BitCast->getOperand(0) == OrigInst && in versionCallSite()
313 NewBitCast->replaceUsesOfWith(OrigInst, NewInst); in versionCallSite()
342 BasicBlock *MergeBlock = OrigInst->getParent(); in versionCallSite()
[all …]
H A DLoopVersioning.cpp230 const Instruction *OrigInst) { in annotateInstWithNoAlias() argument
235 const Value *Ptr = isa<LoadInst>(OrigInst) in annotateInstWithNoAlias()
236 ? cast<LoadInst>(OrigInst)->getPointerOperand() in annotateInstWithNoAlias()
237 : cast<StoreInst>(OrigInst)->getPointerOperand(); in annotateInstWithNoAlias()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopVersioning.h96 const Instruction *OrigInst);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4934 CallInst *OrigInst = VAStartInstrumentationList[i]; in finalizeInstrumentation() local
4935 NextNodeIRBuilder IRB(OrigInst); in finalizeInstrumentation()
4936 Value *VAListTag = OrigInst->getArgOperand(0); in finalizeInstrumentation()
5045 NextNodeIRBuilder IRB(OrigInst); in finalizeInstrumentation()
5046 Value *VAListTag = OrigInst->getArgOperand(0); in finalizeInstrumentation()
5220 NextNodeIRBuilder IRB(OrigInst); in finalizeInstrumentation()
5222 Value *VAListTag = OrigInst->getArgOperand(0); in finalizeInstrumentation()
5431 NextNodeIRBuilder IRB(OrigInst); in finalizeInstrumentation()
5432 Value *VAListTag = OrigInst->getArgOperand(0); in finalizeInstrumentation()
5729 NextNodeIRBuilder IRB(OrigInst); in finalizeInstrumentation()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp764 MemoryAccess *MemAccess, Instruction *OrigInst,
2658 MemoryAccess *MemAccess, Instruction *OrigInst, in findLeaderForInst() argument
2660 unsigned IDFSNum = InstrToDFSNum(OrigInst); in findLeaderForInst()
2671 addAdditionalUsers(Res, OrigInst); in findLeaderForInst()
2679 auto *FoundVal = findPHIOfOpsLeader(E, OrigInst, PredBB); in findLeaderForInst()
2681 ExpressionToPhiOfOps[E].insert(OrigInst); in findLeaderForInst()
3794 const Instruction *OrigInst, in findPHIOfOpsLeader() argument
3813 if (MemberInst == OrigInst) in findPHIOfOpsLeader()