Searched defs:CtxI (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | Loads.cpp | 46 const Instruction *CtxI, const DominatorTree *DT, in isDereferenceableAndAlignedPointer() 197 const Instruction *CtxI, in isDereferenceableAndAlignedPointer() 213 const Instruction *CtxI, in isDereferenceableAndAlignedPointer() 236 const Instruction *CtxI, in isDereferenceablePointer() 341 const Instruction* CtxI = DT ? ScanFrom : nullptr; in isSafeToLoadUnconditionally() local 651 Instruction *CtxI) { in canReplacePointersIfEqual()
|
H A D | AssumeBundleQueries.cpp | 198 const Instruction *CtxI, const DominatorTree *DT, AssumptionCache *AC) { in getKnowledgeValidInContext()
|
H A D | ValueTracking.cpp | 2095 const Instruction *CtxI, in isKnownNonNullFromDominatingCondition() 4542 const Instruction *CtxI, in isSafeToSpeculativelyExecute() 5065 const Instruction *CtxI, in isGuaranteedNotToBeUndefOrPoison() 5194 const Instruction *CtxI, in isGuaranteedNotToBeUndefOrPoison() 5201 const Instruction *CtxI, in isGuaranteedNotToBePoison() 6934 const Instruction *CtxI, in computeConstantRange()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 260 const Instruction *CtxI, bool UseValueSimplify = true, int MaxValues = 16, in genericValueTraversal() 630 const Instruction *CtxI, in followUsesInContext() 656 Instruction &CtxI) { in followUsesInMBEC() 1091 const Instruction *CtxI) { in updateImpl() 1712 if (Instruction *CtxI = getCtxI()) in initialize() local 1755 AANonNull::StateType &T, bool Stripped) -> bool { in updateImpl() 3509 if (Instruction *CtxI = getCtxI()) in initialize() local 3804 if (Instruction *CtxI = getCtxI()) in initialize() local 4909 bool Stripped) -> bool { in updateImpl() 7370 IntegerRangeState &T, bool Stripped) -> bool { in updateImpl() [all …]
|
H A D | Attributor.cpp | 666 Instruction *CtxI = IRP.getCtxI(); in isAssumedDead() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | AssumeBundleBuilder.cpp | 308 Instruction *CtxI, AssumptionCache *AC, in buildAssumeFromKnowledge()
|
H A D | SimplifyIndVar.cpp | 287 const Instruction *CtxI = findCommonDominator(Users, *DT); in eliminateIVComparison() local 1596 const Instruction *CtxI = findCommonDominator(ExtUsers, *DT); in widenWithVariantUse() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombinePHI.cpp | 1378 Instruction *CtxI = PN.getIncomingBlock(i)->getTerminator(); in visitPHINode() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 1817 const Instruction *CtxI) { in isSafeToExecuteUnconditionally()
|