Lines Matching defs:AC
39 const Instruction *CtxI, AssumptionCache *AC, const DominatorTree *DT,
75 CtxI, AC, DT, TLI, Visited, MaxDepth);
82 BC->getOperand(0), Alignment, Size, DL, CtxI, AC, DT, TLI,
89 Size, DL, CtxI, AC, DT, TLI,
92 Size, DL, CtxI, AC, DT, TLI,
103 isKnownNonZero(V, SimplifyQuery(DL, DT, AC, CtxI))) {
118 AC, DT, TLI, Visited, MaxDepth);
137 isKnownNonZero(V, SimplifyQuery(DL, DT, AC, CtxI)) &&
152 Alignment, Size, DL, CtxI, AC, DT,
157 Size, DL, CtxI, AC, DT, TLI,
166 V, {Attribute::Dereferenceable, Attribute::Alignment}, AC,
189 const Instruction *CtxI, AssumptionCache *AC, const DominatorTree *DT,
197 return ::isDereferenceableAndAlignedPointer(V, Alignment, Size, DL, CtxI, AC,
203 const Instruction *CtxI, AssumptionCache *AC, const DominatorTree *DT,
218 AC, DT, TLI);
224 AssumptionCache *AC,
227 return isDereferenceableAndAlignedPointer(V, Ty, Align(1), DL, CtxI, AC, DT,
265 AssumptionCache *AC) {
279 HeaderFirstNonPHI, AC, &DT);
345 HeaderFirstNonPHI, AC, &DT);
362 AssumptionCache *AC,
367 if (isDereferenceableAndAlignedPointer(V, Alignment, Size, DL, CtxI, AC, DT,
439 AssumptionCache *AC,
446 return isSafeToLoadUnconditionally(V, Alignment, Size, DL, ScanFrom, AC, DT,
781 AssumptionCache *AC) {
785 if (!isDereferenceableAndAlignedInLoop(LI, L, *SE, *DT, AC))