| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Loads.cpp | 37 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 D | AssumeBundleQueries.cpp | 189 AssumptionCache &AC, const Instruction *CtxI, const DominatorTree *DT) { in getKnowledgeValidInContext()
|
| H A D | GlobalsModRef.cpp | 717 const Instruction *CtxI) { in isNonEscapingGlobalNoAlias() 838 AAQueryInfo &AAQI, const Instruction *CtxI) { in alias()
|
| H A D | BasicAliasAnalysis.cpp | 906 const Instruction *CtxI) { in alias() 1578 const Instruction *CtxI) { in aliasCheck()
|
| H A D | AliasAnalysis.cpp | 112 const Instruction *CtxI) { in alias()
|
| H A D | ValueTracking.cpp | 2679 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 D | ScalarEvolution.cpp | 2305 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 D | ConstantFolding.cpp | 1354 static DenormalMode getInstrDenormalMode(const Instruction *CtxI, Type *Ty) { in getInstrDenormalMode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | AssumeBundleBuilder.cpp | 310 Instruction *CtxI, AssumptionCache *AC, in buildAssumeFromKnowledge()
|
| H A D | SimplifyIndVar.cpp | 272 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 D | AttributorAttributes.cpp | 622 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 D | Attributor.cpp | 297 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 D | InstCombinePHI.cpp | 1535 Instruction *CtxI = PN.getIncomingBlock(I)->getTerminator(); in visitPHINode() local
|
| H A D | InstCombineSelect.cpp | 3747 Value *FalseVal, Instruction &CtxI, in matchFMulByZeroIfResultEqZero()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 1983 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 D | VectorCombine.cpp | 1546 Instruction *CtxI, in canScalarizeAccess()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 1717 OptimizationRemarkEmitter *ORE, const Instruction *CtxI, in isSafeToExecuteUnconditionally()
|