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.h1198 bool ControlsOnlyExit,
1902 bool ControlsOnlyExit,
1906 bool ControlsOnlyExit, bool AllowPredicates,
1915 bool ControlsOnlyExit,
1919 bool ControlsOnlyExit,
1923 bool ControlsOnlyExit, bool AllowPredicates);
1995 bool isSigned, bool ControlsOnlyExit,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8950 const Loop *L, Value *ExitCond, bool ExitIfTrue, bool ControlsOnlyExit, in computeExitLimitFromCond() argument
8954 ControlsOnlyExit, AllowPredicates); in computeExitLimitFromCond()
8959 bool ExitIfTrue, bool ControlsOnlyExit, in find() argument
8968 auto Itr = TripCountMap.find({ExitCond, ControlsOnlyExit}); in find()
8976 bool ControlsOnlyExit, in insert() argument
8983 auto InsertResult = TripCountMap.insert({{ExitCond, ControlsOnlyExit}, EL}); in insert()
8991 bool ControlsOnlyExit, bool AllowPredicates) { in computeExitLimitFromCondCached() argument
8993 if (auto MaybeEL = Cache.find(L, ExitCond, ExitIfTrue, ControlsOnlyExit, in computeExitLimitFromCondCached()
8998 Cache, L, ExitCond, ExitIfTrue, ControlsOnlyExit, AllowPredicates); in computeExitLimitFromCondCached()
8999 Cache.insert(L, ExitCond, ExitIfTrue, ControlsOnlyExit, AllowPredicates, EL); in computeExitLimitFromCondCached()
[all …]