reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
397 if ((doMergeWithPrevious && MBBI == MBB.begin()) || 398 (!doMergeWithPrevious && MBBI == MBB.end())) 403 PI = skipDebugInstructionsBackward(PI, MBB.begin()); 415 if (doMergeWithPrevious && PI != MBB.begin() && PI->isCFIInstruction()) 442 PI = MBB.erase(PI); 443 if (PI != MBB.end() && PI->isCFIInstruction()) PI = MBB.erase(PI); 443 if (PI != MBB.end() && PI->isCFIInstruction()) PI = MBB.erase(PI); 445 MBBI = skipDebugInstructionsForward(PI, MBB.end());