Searched refs:RTIE (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | IfConversion.cpp | 770 MachineBasicBlock::reverse_iterator RTIE = std::next(TIE.getReverse()); in CountDuplicatedInstructions() local 777 while (RTIE != RTIB && RTIE->isUnconditionalBranch()) in CountDuplicatedInstructions() 778 ++RTIE; in CountDuplicatedInstructions() 785 while (RTIE != RTIB && RFIE != RFIB) { in CountDuplicatedInstructions() 788 RTIE = skipDebugInstructionsForward(RTIE, RTIB, false); in CountDuplicatedInstructions() 790 if (RTIE == RTIB || RFIE == RFIB) in CountDuplicatedInstructions() 792 if (!RTIE->isIdenticalTo(*RFIE)) in CountDuplicatedInstructions() 796 if (!RTIE->isBranch()) in CountDuplicatedInstructions() 798 ++RTIE; in CountDuplicatedInstructions() 801 TIE = std::next(RTIE.getReverse()); in CountDuplicatedInstructions()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/ |
H A D | builtins.def | 36 DEF_BUILTIN (RTIE, 0, void_ftype_void, rtie, !TARGET_ARC600_FAMILY)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/ |
H A D | builtins.def | 36 DEF_BUILTIN (RTIE, 0, void_ftype_void, rtie, !TARGET_ARC600_FAMILY)
|