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

/external/llvm/lib/CodeGen/
H A DIfConversion.cpp569 MachineBasicBlock::iterator TIE = TrueBBI.BB->end(); local
571 while (TIB != TIE && FIB != FIE) {
574 while (TIB != TIE && TIB->isDebugValue())
576 if (TIB == TIE)
594 while (TIE != TIB) {
595 --TIE;
596 if (!TIE->isBranch())
607 if (TIB == TIE || FIB == FIE)
611 while (TIE != TIB && FIE != FIB) {
613 if (TIE
[all...]
H A DBranchFolding.cpp1622 MachineBasicBlock::iterator TIE = TBB->end(); local
1624 while (TIB != TIE && FIB != FIE) {
1627 while (TIB != TIE && TIB->isDebugValue())
1629 if (TIB == TIE)
/external/clang/lib/AST/
H A DItaniumMangle.cpp2906 const CXXTypeidExpr *TIE = cast<CXXTypeidExpr>(E); local
2909 if (TIE->isTypeOperand()) {
2911 mangleType(TIE->getTypeOperand(Context.getASTContext()));
2914 mangleExpression(TIE->getExprOperand());
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 367 milliseconds