Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h75 bool UnrollRemainder; member
/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp340 CloneLoopBlocks(Loop * L,Value * NewIter,const bool UseEpilogRemainder,const bool UnrollRemainder,BasicBlock * InsertTop,BasicBlock * InsertBot,BasicBlock * Preheader,std::vector<BasicBlock * > & NewBlocks,LoopBlocksDFS & LoopBlocks,ValueToValueMapTy & VMap,DominatorTree * DT,LoopInfo * LI,unsigned Count) CloneLoopBlocks() argument
584 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
H A DLoopUnrollAndJam.cpp217 UnrollAndJamLoop(Loop * L,unsigned Count,unsigned TripCount,unsigned TripMultiple,bool UnrollRemainder,LoopInfo * LI,ScalarEvolution * SE,DominatorTree * DT,AssumptionCache * AC,const TargetTransformInfo * TTI,OptimizationRemarkEmitter * ORE,Loop ** EpilogueLoop) UnrollAndJamLoop() argument
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h598 bool UnrollRemainder; global() member