Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1161 bool ExitIfTrue, bool ControlsOnlyExit,
1810 bool ExitIfTrue, bool ControlsOnlyExit,
1814 bool ControlsOnlyExit, bool AllowPredicates,
1823 bool ControlsOnlyExit,
1827 bool ControlsOnlyExit,
1831 bool ControlsOnlyExit, bool AllowPredicates);
1903 bool isSigned, bool ControlsOnlyExit,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8914 const Loop *L, Value *ExitCond, bool ExitIfTrue, bool ControlsOnlyExit, in computeExitLimitFromCond() argument
8918 ControlsOnlyExit, AllowPredicates); in computeExitLimitFromCond()
8923 bool ExitIfTrue, bool ControlsOnlyExit, in find() argument
8932 auto Itr = TripCountMap.find({ExitCond, ControlsOnlyExit}); in find()
8940 bool ControlsOnlyExit, in insert() argument
8947 auto InsertResult = TripCountMap.insert({{ExitCond, ControlsOnlyExit}, EL}); in insert()
8955 bool ControlsOnlyExit, bool AllowPredicates) { in computeExitLimitFromCondCached() argument
8957 if (auto MaybeEL = Cache.find(L, ExitCond, ExitIfTrue, ControlsOnlyExit, in computeExitLimitFromCondCached()
8962 Cache, L, ExitCond, ExitIfTrue, ControlsOnlyExit, AllowPredicates); in computeExitLimitFromCondCached()
8963 Cache.insert(L, ExitCond, ExitIfTrue, ControlsOnlyExit, AllowPredicates, EL); in computeExitLimitFromCondCached()
[all …]