HomeSort by relevance Sort by last modified time
    Searched defs:TB (Results 26 - 28 of 28) sorted by null

12

  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 51 EnumSet<Element> set = EnumSet.of(Element.H, Element.TB, Element.DY, Element.UUO);
104 IN, SN, SB, TE, I, XE, CS, BA, LA, CE, PR, ND, PM, SM, EU, GD, TB, DY, HO, ER, TM, YB, LU,
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 438 MachineBasicBlock *TB = nullptr, *FB = nullptr;
439 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false);
585 MachineBasicBlock *TB = nullptr, *FB = nullptr;
586 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false);
591 // TB must be non-null. If FB is also non-null, one of them must be
592 // the header. Otherwise, branch to TB could be exiting the loop, and
594 assert (TB && "Exit block without a branch?");
595 if (ExitingBlock != Latch && (TB == Latch || FB == Latch)) {
601 if (TB == Latch)
602 TB = (LTB == Header) ? LTB : LFB
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/james/apache-mime4j-core/0.7.2/
apache-mime4j-core-0.7.2.jar 

Completed in 689 milliseconds

12