Searched defs:IterCount (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Target/Hexagon/ | ||
H A D | HexagonLoopIdiomRecognition.cpp | 617 unsigned IterCount = 0; member |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | MachineScheduler.cpp | 3353 (AcyclicCount * Rem.RemIssueCount + IterCount-1) / IterCount; in checkAcyclicLatency() local |