Searched defs:AllowExpensiveTripCount (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | UnrollLoop.h | 74 bool AllowExpensiveTripCount; member
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollRuntime.cpp | 583 UnrollRuntimeLoopRemainder(Loop * L,unsigned Count,bool AllowExpensiveTripCount,bool UseEpilogRemainder,bool UnrollRemainder,bool ForgetAllSCEV,LoopInfo * LI,ScalarEvolution * SE,DominatorTree * DT,AssumptionCache * AC,const TargetTransformInfo * TTI,bool PreserveLCSSA,Loop ** ResultLoop) UnrollRuntimeLoopRemainder() argument
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 591 bool AllowExpensiveTripCount; global() member
|