Home
last modified time | relevance | path

Searched refs:ControlsExit (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolution.h1500 bool ExitIfTrue, bool ControlsExit,
1523 bool ControlsExit, bool AllowPredicates);
1526 bool ControlsExit, bool AllowPredicates, const ExitLimit &EL);
1534 bool ControlsExit,
1538 bool ControlsExit,
1608 bool isSigned, bool ControlsExit,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp7114 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCond() argument
7117 ControlsExit, AllowPredicates); in computeExitLimitFromCond()
7122 bool ExitIfTrue, bool ControlsExit, in find() argument
7131 auto Itr = TripCountMap.find({ExitCond, ControlsExit}); in find()
7139 bool ControlsExit, in insert() argument
7146 auto InsertResult = TripCountMap.insert({{ExitCond, ControlsExit}, EL}); in insert()
7154 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCondCached() argument
7157 Cache.find(L, ExitCond, ExitIfTrue, ControlsExit, AllowPredicates)) in computeExitLimitFromCondCached()
7161 ControlsExit, AllowPredicates); in computeExitLimitFromCondCached()
7162 Cache.insert(L, ExitCond, ExitIfTrue, ControlsExit, AllowPredicates, EL); in computeExitLimitFromCondCached()
[all …]
/external/llvm/lib/Analysis/
DScalarEvolution.cpp5806 bool ControlsExit, in computeExitLimitFromCond() argument
5814 ControlsExit && !EitherMayExit, in computeExitLimitFromCond()
5817 ControlsExit && !EitherMayExit, in computeExitLimitFromCond()
5862 ControlsExit && !EitherMayExit, in computeExitLimitFromCond()
5865 ControlsExit && !EitherMayExit, in computeExitLimitFromCond()
5904 computeExitLimitFromICmp(L, ExitCondICmp, TBB, FBB, ControlsExit); in computeExitLimitFromCond()
5909 return computeExitLimitFromICmp(L, ExitCondICmp, TBB, FBB, ControlsExit, in computeExitLimitFromCond()
5935 bool ControlsExit, in computeExitLimitFromICmp() argument
5988 ExitLimit EL = howFarToZero(getMinusSCEV(LHS, RHS), L, ControlsExit, in computeExitLimitFromICmp()
6002 ExitLimit EL = howManyLessThans(LHS, RHS, L, IsSigned, ControlsExit, in computeExitLimitFromICmp()
[all …]
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h913 bool ControlsExit,
987 bool isSigned, bool ControlsExit,