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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp263 MachineBasicBlock *T2B = (T2I == B->end()) ? NextB local
265 if (T1B == T2B) {
274 TB = T1B, FB = T2B;
276 TB = T2B, FB = T1B;

Completed in 135 milliseconds