Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp352 for (bool isBegin = I == B; !isBegin; /* empty */) { in addPhysRegDeps() local
353 isBegin = (--I) == B; in addPhysRegDeps()