Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp353 for (bool isBegin = I == B; !isBegin; /* empty */) { in addPhysRegDeps() local
354 isBegin = (--I) == B; in addPhysRegDeps()