Home
last modified time | relevance | path

Searched refs:IndMapEnd (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp482 InductionMap::iterator IndMapEnd = IndMap.end(); in findInductionRegister() local
483 InductionMap::iterator F = IndMapEnd; in findInductionRegister()
486 if (F1 != IndMapEnd) in findInductionRegister()
491 if (F2 != IndMapEnd) { in findInductionRegister()
492 if (F != IndMapEnd) in findInductionRegister()
497 if (F == IndMapEnd) in findInductionRegister()