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

/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp268 int SecLastOpcode = SecondLastInst->getOpcode(); local
270 bool SecLastOpcodeHasJMP_c = PredOpcodeHasJMP_c(SecLastOpcode);
271 bool SecLastOpcodeHasNot = PredOpcodeHasNot(SecLastOpcode);
283 if (SecLastOpcode == Hexagon::JMP && LastOpcode == Hexagon::JMP) {
292 if (SecLastOpcode == Hexagon::ENDLOOP0 &&

Completed in 79 milliseconds