Home
last modified time | relevance | path

Searched refs:AddRecLoop (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
DScalarEvolution.cpp2289 const Loop *AddRecLoop = AddRec->getLoop(); in getAddExpr() local
2291 if (isLoopInvariant(Ops[i], AddRecLoop)) { in getAddExpr()
2313 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()
2333 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) { in getAddExpr()
2340 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()
2354 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()
2547 const Loop *AddRecLoop = AddRec->getLoop(); in getMulExpr() local
2549 if (isLoopInvariant(Ops[i], AddRecLoop)) { in getMulExpr()
2570 const SCEV *NewRec = getAddRecExpr(NewOps, AddRecLoop, Flags); in getMulExpr()
2604 if (!OtherAddRec || OtherAddRec->getLoop() != AddRecLoop) in getMulExpr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp2705 const Loop *AddRecLoop = AddRec->getLoop(); in getAddExpr() local
2707 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getAddExpr()
2729 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()
2755 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) { in getAddExpr()
2762 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()
2778 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()
3043 const Loop *AddRecLoop = AddRec->getLoop(); in getMulExpr() local
3045 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getMulExpr()
3067 const SCEV *NewRec = getAddRecExpr(NewOps, AddRecLoop, Flags); in getMulExpr()
3101 if (!OtherAddRec || OtherAddRec->getLoop() != AddRecLoop) in getMulExpr()
[all …]
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp2580 const Loop *AddRecLoop = AddRec->getLoop(); in getAddExpr() local
2582 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getAddExpr()
2610 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr()
2636 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) { in getAddExpr()
2643 if (OtherAddRec->getLoop() == AddRecLoop) { in getAddExpr()
2659 Ops[Idx] = getAddRecExpr(AddRecOps, AddRecLoop, SCEV::FlagAnyWrap); in getAddExpr()
2937 const Loop *AddRecLoop = AddRec->getLoop(); in getMulExpr() local
2939 if (isAvailableAtLoopEntry(Ops[i], AddRecLoop)) { in getMulExpr()
2962 NewOps, AddRecLoop, AddRec->getNoWrapFlags(Flags)); in getMulExpr()
2996 if (!OtherAddRec || OtherAddRec->getLoop() != AddRecLoop) in getMulExpr()
[all …]