Searched refs:TIE (Results 1 – 3 of 3) sorted by relevance
567 MachineBasicBlock::iterator TIE = TrueBBI.BB->end(); in ValidDiamond() local569 while (TIB != TIE && FIB != FIE) { in ValidDiamond()572 while (TIB != TIE && TIB->isDebugValue()) in ValidDiamond()574 if (TIB == TIE) in ValidDiamond()592 while (TIE != TIB) { in ValidDiamond()593 --TIE; in ValidDiamond()594 if (!TIE->isBranch()) in ValidDiamond()605 if (TIB == TIE || FIB == FIE) in ValidDiamond()609 while (TIE != TIB && FIE != FIB) { in ValidDiamond()611 if (TIE->isDebugValue()) { in ValidDiamond()[all …]
1606 MachineBasicBlock::iterator TIE = TBB->end(); in HoistCommonCodeInSuccs() local1608 while (TIB != TIE && FIB != FIE) { in HoistCommonCodeInSuccs()1611 while (TIB != TIE && TIB->isDebugValue()) in HoistCommonCodeInSuccs()1613 if (TIB == TIE) in HoistCommonCodeInSuccs()
2853 const CXXTypeidExpr *TIE = cast<CXXTypeidExpr>(E); in mangleExpression() local2856 if (TIE->isTypeOperand()) { in mangleExpression()2858 mangleType(TIE->getTypeOperand(Context.getASTContext())); in mangleExpression()2861 mangleExpression(TIE->getExprOperand()); in mangleExpression()