Home
last modified time | relevance | path

Searched defs:SIV (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyIndVar.cpp384 SimplifyIndvar SIV(LI->getLoopFor(CurrIV->getParent()), SE, LPM, Dead); in simplifyUsersOfIV() local
407 SimplifyIndvar SIV(IU->getLoop(), SE, LPM, Dead); in simplifyIVUsers() local
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp672 SimplifyIndvar SIV(LI->getLoopFor(CurrIV->getParent()), SE, DT, LI, Dead); in simplifyUsersOfIV() local
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h354 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification; enumerator