Searched refs:ControlsExit (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 1647 bool ExitIfTrue, bool ControlsExit, 1675 bool ControlsExit, bool AllowPredicates); 1678 bool ControlsExit, bool AllowPredicates, const ExitLimit &EL); 1686 bool ControlsExit, 1690 bool ControlsExit, 1695 bool ControlsExit, bool AllowPredicates); 1764 bool isSigned, bool ControlsExit,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 7603 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCond() argument 7606 ControlsExit, AllowPredicates); in computeExitLimitFromCond() 7611 bool ExitIfTrue, bool ControlsExit, in find() argument 7620 auto Itr = TripCountMap.find({ExitCond, ControlsExit}); in find() 7628 bool ControlsExit, in insert() argument 7635 auto InsertResult = TripCountMap.insert({{ExitCond, ControlsExit}, EL}); in insert() 7643 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCondCached() argument 7646 Cache.find(L, ExitCond, ExitIfTrue, ControlsExit, AllowPredicates)) in computeExitLimitFromCondCached() 7650 ControlsExit, AllowPredicates); in computeExitLimitFromCondCached() 7651 Cache.insert(L, ExitCond, ExitIfTrue, ControlsExit, AllowPredicates, EL); in computeExitLimitFromCondCached() [all …]
|