Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8870 computeExitLimitFromCond(const Loop * L,Value * ExitCond,bool ExitIfTrue,bool ControlsOnlyExit,bool AllowPredicates) computeExitLimitFromCond() argument
8879 find(const Loop * L,Value * ExitCond,bool ExitIfTrue,bool ControlsOnlyExit,bool AllowPredicates) find() argument
8896 insert(const Loop * L,Value * ExitCond,bool ExitIfTrue,bool ControlsOnlyExit,bool AllowPredicates,const ExitLimit & EL) insert() argument
8911 computeExitLimitFromCondCached(ExitLimitCacheTy & Cache,const Loop * L,Value * ExitCond,bool ExitIfTrue,bool ControlsOnlyExit,bool AllowPredicates) computeExitLimitFromCondCached() argument
8925 computeExitLimitFromCondImpl(ExitLimitCacheTy & Cache,const Loop * L,Value * ExitCond,bool ExitIfTrue,bool ControlsOnlyExit,bool AllowPredicates) computeExitLimitFromCondImpl() argument
8988 computeExitLimitFromCondFromBinOp(ExitLimitCacheTy & Cache,const Loop * L,Value * ExitCond,bool ExitIfTrue,bool ControlsOnlyExit,bool AllowPredicates) computeExitLimitFromCondFromBinOp() argument
9067 computeExitLimitFromICmp(const Loop * L,ICmpInst * ExitCond,bool ExitIfTrue,bool ControlsOnlyExit,bool AllowPredicates) computeExitLimitFromICmp() argument
9096 computeExitLimitFromICmp(const Loop * L,ICmpInst::Predicate Pred,const SCEV * LHS,const SCEV * RHS,bool ControlsOnlyExit,bool AllowPredicates) computeExitLimitFromICmp() argument
9234 computeExitLimitFromSingleExitSwitch(const Loop * L,SwitchInst * Switch,BasicBlock * ExitingBlock,bool ControlsOnlyExit) computeExitLimitFromSingleExitSwitch() argument
10370 howFarToZero(const SCEV * V,const Loop * L,bool ControlsOnlyExit,bool AllowPredicates) howFarToZero() argument
12698 howManyLessThans(const SCEV * LHS,const SCEV * RHS,const Loop * L,bool IsSigned,bool ControlsOnlyExit,bool AllowPredicates) howManyLessThans() argument
13132 howManyGreaterThans(const SCEV * LHS,const SCEV * RHS,const Loop * L,bool IsSigned,bool ControlsOnlyExit,bool AllowPredicates) howManyGreaterThans() argument
[all...]