Home
last modified time | relevance | path

Searched refs:T1B (Results 1 – 2 of 2) sorted by relevance

/external/llvm/test/Transforms/ConstantMerge/
Dalign.ll8 @T1B = internal unnamed_addr constant i32 1, align 2
9 ; CHECK: @T1B = internal unnamed_addr constant i32 1, align 4
13 store i32* @T1B, i32** %P2
/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp233 MachineBasicBlock *T1B = T1I->getOperand(1).getMBB(); in matchFlowPattern() local
239 if (T1B == T2B) { in matchFlowPattern()
245 if (MLI->getLoopFor(T1B) != L || MLI->getLoopFor(T2B) != L) in matchFlowPattern()
251 TB = T1B, FB = T2B; in matchFlowPattern()
253 TB = T2B, FB = T1B; in matchFlowPattern()