reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
775 while (RTIE != RTIB && RTIE->isUnconditionalBranch()) 775 while (RTIE != RTIB && RTIE->isUnconditionalBranch()) 776 ++RTIE; 783 while (RTIE != RTIB && RFIE != RFIB) { 786 RTIE = skipDebugInstructionsForward(RTIE, RTIB); 786 RTIE = skipDebugInstructionsForward(RTIE, RTIB); 788 if (RTIE == RTIB || RFIE == RFIB) 790 if (!RTIE->isIdenticalTo(*RFIE)) 794 if (!RTIE->isBranch()) 796 ++RTIE; 799 TIE = std::next(RTIE.getReverse());