Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1139 bool ExitIfTrue, bool ControlsExit,
1785 bool ExitIfTrue, bool ControlsExit,
1789 bool ControlsExit, bool AllowPredicates, const ExitLimit &EL);
1797 bool ControlsExit,
1801 bool ControlsExit,
1806 bool ControlsExit, bool AllowPredicates);
1878 bool isSigned, bool ControlsExit,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp8905 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCond() argument
8908 ControlsExit, AllowPredicates); in computeExitLimitFromCond()
8913 bool ExitIfTrue, bool ControlsExit, in find() argument
8922 auto Itr = TripCountMap.find({ExitCond, ControlsExit}); in find()
8930 bool ControlsExit, in insert() argument
8937 auto InsertResult = TripCountMap.insert({{ExitCond, ControlsExit}, EL}); in insert()
8945 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCondCached() argument
8948 Cache.find(L, ExitCond, ExitIfTrue, ControlsExit, AllowPredicates)) in computeExitLimitFromCondCached()
8952 ControlsExit, AllowPredicates); in computeExitLimitFromCondCached()
8953 Cache.insert(L, ExitCond, ExitIfTrue, ControlsExit, AllowPredicates, EL); in computeExitLimitFromCondCached()
[all …]