Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.cpp860 bool AtBegin; in removeBackCopies() local
861 do AtBegin = MBBI == MBB->begin(); in removeBackCopies()
862 while (!AtBegin && (--MBBI)->isDebugInstr()); in removeBackCopies()
878 if (AtBegin || !MBBI->readsVirtualRegister(Edit->getReg())) { in removeBackCopies()