Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp196 static void interChangeDependencies(CharMatrix &DepMatrix, unsigned FromIndx, in isLegalToInterChangeLoops() argument
76 printDepMatrix(CharMatrix & DepMatrix) printDepMatrix() argument
85 populateDependencyMatrix(CharMatrix & DepMatrix,unsigned Level,Loop * L,DependenceInfo * DI,ScalarEvolution * SE) populateDependencyMatrix() argument
175 interChangeDependencies(CharMatrix & DepMatrix,unsigned FromIndx,unsigned ToIndx) interChangeDependencies() argument
945 canInterchangeLoops(unsigned InnerLoopId,unsigned OuterLoopId,CharMatrix & DepMatrix) canInterchangeLoops() argument
1133 isProfitableForVectorization(unsigned InnerLoopId,unsigned OuterLoopId,CharMatrix & DepMatrix) isProfitableForVectorization() argument
1155 isProfitable(const Loop * InnerLoop,const Loop * OuterLoop,unsigned InnerLoopId,unsigned OuterLoopId,CharMatrix & DepMatrix,const DenseMap<const Loop *,unsigned> & CostMap,std::unique_ptr<CacheCost> & CC) isProfitable() argument
[all...]