Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp37 const DataLayout &DL, const Instruction *CtxI, AssumptionCache *AC, in isDereferenceableAndAlignedPointerViaAssumption()
72 const Instruction *CtxI, AssumptionCache *AC, const DominatorTree *DT, in isDereferenceableAndAlignedPointer()
216 const Instruction *CtxI, AssumptionCache *AC, const DominatorTree *DT, in isDereferenceableAndAlignedPointer()
230 const Instruction *CtxI, AssumptionCache *AC, const DominatorTree *DT, in isDereferenceableAndAlignedPointer()
250 const Instruction *CtxI, in isDereferenceablePointer()
406 static bool suppressSpeculativeLoadForSanitizers(const Instruction &CtxI) { in suppressSpeculativeLoadForSanitizers()
437 const Instruction* CtxI = DT ? ScanFrom : nullptr; in isSafeToLoadUnconditionally() local
H A DAssumeBundleQueries.cpp189 AssumptionCache &AC, const Instruction *CtxI, const DominatorTree *DT) { in getKnowledgeValidInContext()
H A DGlobalsModRef.cpp717 const Instruction *CtxI) { in isNonEscapingGlobalNoAlias()
838 AAQueryInfo &AAQI, const Instruction *CtxI) { in alias()
H A DBasicAliasAnalysis.cpp906 const Instruction *CtxI) { in alias()
1578 const Instruction *CtxI) { in aliasCheck()
H A DAliasAnalysis.cpp112 const Instruction *CtxI) { in alias()
H A DValueTracking.cpp2679 const Instruction *CtxI, in isKnownNonNullFromDominatingCondition()
6925 const Instruction *Inst, const Instruction *CtxI, AssumptionCache *AC, in isSafeToSpeculativelyExecute()
6934 unsigned Opcode, const Instruction *Inst, const Instruction *CtxI, in isSafeToSpeculativelyExecuteWithOpcode()
7573 const Value *V, AssumptionCache *AC, const Instruction *CtxI, in isGuaranteedNotToBeUndefOrPoison()
7727 const Instruction *CtxI, in isGuaranteedNotToBeUndefOrPoison()
7735 const Instruction *CtxI, in isGuaranteedNotToBePoison()
7742 const Instruction *CtxI, in isGuaranteedNotToBeUndef()
9992 const Instruction *CtxI, in computeConstantRange()
H A DScalarEvolution.cpp2305 const Instruction *CtxI) { in willNotOverflow()
2403 const Instruction *CtxI = in getStrengthenedNoWrapFlagsFromBinOp() local
11113 const Instruction *CtxI) { in isKnownPredicateAt()
11121 const SCEV *RHS, const Instruction *CtxI) { in evaluatePredicateAt()
11208 const Instruction *CtxI) { in getLoopInvariantPredicate()
11293 const Instruction *CtxI, const SCEV *MaxIter) { in getLoopInvariantExitCondDuringFirstIterations()
11313 const Instruction *CtxI, const SCEV *MaxIter) { in getLoopInvariantExitCondDuringFirstIterationsImpl()
11683 const Instruction *CtxI = &BB->front(); in isBasicBlockEntryGuardedByCond() local
11764 const Instruction *CtxI) { in isImpliedCond()
11808 const Instruction *CtxI) { in isImpliedCond()
[all …]
H A DConstantFolding.cpp1354 static DenormalMode getInstrDenormalMode(const Instruction *CtxI, Type *Ty) { in getInstrDenormalMode()
/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
1740 const Instruction *CtxI = findCommonDominator(ExtUsers, *DT); in widenWithVariantUse() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp622 const Instruction *CtxI, in followUsesInContext()
647 Instruction &CtxI) { in followUsesInMBEC()
2604 if (Instruction *CtxI = getCtxI()) in initialize() local
4958 if (Instruction *CtxI = getCtxI()) in initialize() local
5271 if (Instruction *CtxI = getCtxI()) in initialize() local
7039 Instruction *CtxI = isa<InvokeInst>(AI.CB) ? AI.CB : AI.CB->getNextNode(); in updateImpl() local
9522 auto VisitValueCB = [&](Value &V, const Instruction *CtxI) -> bool { in updateImpl()
10309 if (Instruction *CtxI = getCtxI()) in initialize() local
10415 if (Instruction *CtxI = getCtxI()) in initialize() local
10464 auto VisitValueCB = [&](Value &V, const Instruction *CtxI) -> bool { in updateImpl()
[all …]
H A DAttributor.cpp297 const Instruction *CtxI = VAC.getCtxI(); in isValidAtPosition() local
923 const Instruction *CtxI) { in isPotentiallyAffectedByBarrier()
1688 Instruction *CtxI = IRP.getCtxI(); in isAssumedDead() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1535 Instruction *CtxI = PN.getIncomingBlock(I)->getTerminator(); in visitPHINode() local
H A DInstCombineSelect.cpp3747 Value *FalseVal, Instruction &CtxI, in matchFMulByZeroIfResultEqZero()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1983 Instruction *CtxI = dyn_cast_or_null<Instruction>(getUnderlyingValue()); in computeCost() local
2005 Instruction *CtxI = dyn_cast_or_null<Instruction>(getUnderlyingValue()); in computeCost() local
H A DVectorCombine.cpp1546 Instruction *CtxI, in canScalarizeAccess()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1717 OptimizationRemarkEmitter *ORE, const Instruction *CtxI, in isSafeToExecuteUnconditionally()