Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp362 for (bool isBegin = I == B; !isBegin; /* empty */) { in addPhysRegDeps() local
363 isBegin = (--I) == B; in addPhysRegDeps()