Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp356 for (bool isBegin = I == B; !isBegin; /* empty */) { in addPhysRegDeps() local
357 isBegin = (--I) == B; in addPhysRegDeps()