Home
last modified time | relevance | path

Searched defs:CtxI (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp39 const Instruction *CtxI, AssumptionCache *AC, const DominatorTree *DT, in isDereferenceableAndAlignedPointer()
189 const Instruction *CtxI, AssumptionCache *AC, const DominatorTree *DT, in isDereferenceableAndAlignedPointer()
203 const Instruction *CtxI, AssumptionCache *AC, const DominatorTree *DT, in isDereferenceableAndAlignedPointer()
223 const Instruction *CtxI, in isDereferenceablePointer()
366 const Instruction* CtxI = DT ? ScanFrom : nullptr; in isSafeToLoadUnconditionally() local
H A DAssumeBundleQueries.cpp198 getKnowledgeValidInContext(const Value * V,ArrayRef<Attribute::AttrKind> AttrKinds,const Instruction * CtxI,const DominatorTree * DT,AssumptionCache * AC) getKnowledgeValidInContext() argument
H A DBasicAliasAnalysis.cpp897 const Instruction *CtxI) { in alias()
1538 const Instruction *CtxI) { in aliasCheck()
H A DValueTracking.cpp2455 const Instruction *CtxI, in isKnownNonNullFromDominatingCondition()
6813 const Instruction *CtxI, in isSafeToSpeculativelyExecute()
6823 unsigned Opcode, const Instruction *Inst, const Instruction *CtxI, in isSafeToSpeculativelyExecuteWithOpcode()
7469 const Value *V, AssumptionCache *AC, const Instruction *CtxI, in isGuaranteedNotToBeUndefOrPoison()
7614 const Instruction *CtxI, in isGuaranteedNotToBeUndefOrPoison()
7622 const Instruction *CtxI, in isGuaranteedNotToBePoison()
7629 const Instruction *CtxI, in isGuaranteedNotToBeUndef()
9688 const Instruction *CtxI, in computeConstantRange()
H A DAliasAnalysis.cpp115 const Instruction *CtxI) { in alias()
H A DScalarEvolution.cpp2302 const Instruction *CtxI) { in willNotOverflow()
2400 const Instruction *CtxI = in getStrengthenedNoWrapFlagsFromBinOp() local
10961 const Instruction *CtxI) { in isKnownPredicateAt()
10969 const SCEV *RHS, const Instruction *CtxI) { in evaluatePredicateAt()
11058 const Instruction *CtxI) { in getLoopInvariantPredicate()
11143 const Instruction *CtxI, const SCEV *MaxIter) { in getLoopInvariantExitCondDuringFirstIterations()
11163 const Instruction *CtxI, const SCEV *MaxIter) { in getLoopInvariantExitCondDuringFirstIterationsImpl()
11549 const Instruction *CtxI = &BB->front(); in isBasicBlockEntryGuardedByCond() local
11631 const Instruction *CtxI) { in isImpliedCond()
11676 const Instruction *CtxI) { in isImpliedCond()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp310 Instruction *CtxI, AssumptionCache *AC, in buildAssumeFromKnowledge()
H A DSimplifyIndVar.cpp272 const Instruction *CtxI = findCommonDominator(Users, *DT); in eliminateIVComparison() local
1733 const Instruction *CtxI = findCommonDominator(ExtUsers, *DT); in widenWithVariantUse() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp621 const Instruction *CtxI, in followUsesInContext()
647 Instruction &CtxI) { in followUsesInMBEC()
2562 if (Instruction *CtxI = getCtxI()) in initialize() local
4924 if (Instruction *CtxI = getCtxI()) in initialize() local
5237 if (Instruction *CtxI = getCtxI()) in initialize() local
6978 Instruction *CtxI = isa<InvokeInst>(AI.CB) ? AI.CB : AI.CB->getNextNode(); in updateImpl() local
9443 auto VisitValueCB = [&](Value &V, const Instruction *CtxI) -> bool { in updateImpl()
10229 if (Instruction *CtxI = getCtxI()) in initialize() local
10335 if (Instruction *CtxI = getCtxI()) in initialize() local
10384 auto VisitValueCB = [&](Value &V, const Instruction *CtxI) -> bool { in updateImpl()
[all …]
H A DAttributor.cpp296 const Instruction *CtxI = VAC.getCtxI(); in isValidAtPosition() local
922 const Instruction *CtxI) { in isPotentiallyAffectedByBarrier()
1679 Instruction *CtxI = IRP.getCtxI(); in isAssumedDead() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1538 Instruction *CtxI = PN.getIncomingBlock(I)->getTerminator(); in visitPHINode() local
H A DInstCombineSelect.cpp3542 Value *FalseVal, Instruction &CtxI, in matchFMulByZeroIfResultEqZero()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1191 Instruction *CtxI, in canScalarizeAccess()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1788 OptimizationRemarkEmitter *ORE, const Instruction *CtxI, in isSafeToExecuteUnconditionally()