Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchFolding.cpp339 MachineBasicBlock::iterator MBBI1 = MBB1->end(); in ComputeCommonTailLength() local
344 MBBI1 = skipBackwardPastNonInstructions(MBBI1, MBB1); in ComputeCommonTailLength()
346 if (MBBI1 == MBB1->end() || MBBI2 == MBB2->end()) in ComputeCommonTailLength()
348 if (!MBBI1->isIdenticalTo(*MBBI2) || in ComputeCommonTailLength()
354 MBBI1->isInlineAsm()) { in ComputeCommonTailLength()
358 I1 = MBBI1; in ComputeCommonTailLength()