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

/external/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp221 MachineBasicBlock::const_iterator T1I = B->getFirstTerminator(); local
222 if (T1I == B->end())
224 unsigned Opc = T1I->getOpcode();
227 unsigned PredR = T1I->getOperand(0).getReg();
233 MachineBasicBlock *T1B = T1I->getOperand(1).getMBB();
234 MachineBasicBlock::const_iterator T2I = std::next(T1I);

Completed in 196 milliseconds