HomeSort by: relevance | last modified time | path
    Searched defs:CtxI (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
Loads.cpp 46 const Instruction *CtxI, const DominatorTree *DT,
65 Size, DL, CtxI, DT, TLI, Visited,
68 Size, DL, CtxI, DT, TLI, Visited,
76 BC->getOperand(0), Alignment, Size, DL, CtxI, DT, TLI,
86 if (!CheckForNonNull || isKnownNonZero(V, DL, 0, nullptr, CtxI, DT)) {
96 if (CtxI) {
104 if (!isValidAssumeForContext(Assume, CtxI))
141 CtxI, DT, TLI, Visited, MaxDepth);
147 Alignment, Size, DL, CtxI, DT,
152 Size, DL, CtxI, DT, TLI
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 666 Instruction *CtxI = IRP.getCtxI();
667 if (CtxI &&
668 isAssumedDead(*CtxI, QueryingAA, FnLivenessAA,
2295 OS << "] for CtxI ";
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 1378 Instruction *CtxI = PN.getIncomingBlock(i)->getTerminator();
1380 if (isKnownNonZero(VA, DL, 0, &AC, CtxI, &DT)) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 287 const Instruction *CtxI = findCommonDominator(Users, *DT);
288 if (auto Ev = SE->evaluatePredicateAt(Pred, S, X, CtxI)) {
1596 const Instruction *CtxI = findCommonDominator(ExtUsers, *DT);
1613 SE->getNegativeSCEV(RHS), CtxI);

Completed in 38 milliseconds