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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp247 MachineBasicBlock::const_iterator T1I = B->getFirstTerminator(); local
248 if (T1I == B->end())
250 unsigned Opc = T1I->getOpcode();
253 Register PredR = T1I->getOperand(0).getReg();
259 MachineBasicBlock *T1B = T1I->getOperand(1).getMBB();
260 MachineBasicBlock::const_iterator T2I = std::next(T1I);

Completed in 116 milliseconds