Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp388 for (bool isBegin = I == B; !isBegin; /* empty */) { in addPhysRegDeps() local
389 isBegin = (--I) == B; in addPhysRegDeps()