Searched refs:TIE (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DIfConversion.cpp567 MachineBasicBlock::iterator TIE = TrueBBI.BB->end(); local
569 while (TIB != TIE && FIB != FIE) {
572 while (TIB != TIE && TIB->isDebugValue())
574 if (TIB == TIE)
592 while (TIE != TIB) {
593 --TIE;
594 if (!TIE->isBranch())
605 if (TIB == TIE || FIB == FIE)
609 while (TIE != TIB && FIE != FIB) {
611 if (TIE
[all...]
H A DBranchFolding.cpp1606 MachineBasicBlock::iterator TIE = TBB->end(); local
1608 while (TIB != TIE && FIB != FIE) {
1611 while (TIB != TIE && TIB->isDebugValue())
1613 if (TIB == TIE)
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DItaniumMangle.cpp2853 const CXXTypeidExpr *TIE = cast<CXXTypeidExpr>(E); local
2856 if (TIE->isTypeOperand()) {
2858 mangleType(TIE->getTypeOperand(Context.getASTContext()));
2861 mangleExpression(TIE->getExprOperand());

Completed in 110 milliseconds