Searched refs:analyzeLoop (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 109 bool analyzeLoop(MachineLoop &L, MachineInstr *&IndVarInst,
|
D | HexagonInstrInfo.cpp | 665 bool HexagonInstrInfo::analyzeLoop(MachineLoop &L, in analyzeLoop() function in HexagonInstrInfo
|
/external/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 634 void analyzeLoop(AliasAnalysis *AA, LoopInfo *LI,
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 552 virtual bool analyzeLoop(MachineLoop &L, MachineInstr *&IndVarInst, in analyzeLoop() function
|
/external/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 1508 void LoopAccessInfo::analyzeLoop(AliasAnalysis *AA, LoopInfo *LI, in analyzeLoop() function in LoopAccessInfo 1929 analyzeLoop(AA, LI, TLI, DT); in LoopAccessInfo()
|
/external/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 767 if (TII->analyzeLoop(L, LI.LoopInductionVar, LI.LoopCompare)) in canPipelineLoop()
|