Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp250 int SecLastOpcode = SecondLastInst ? SecondLastInst->getOpcode() : 0; in AnalyzeBranch() local
255 if (SecLastOpcode == Hexagon::J2_jump && in AnalyzeBranch()
285 bool SecLastOpcodeHasJMP_c = PredOpcodeHasJMP_c(SecLastOpcode); in AnalyzeBranch()
286 bool SecLastOpcodeHasNot = PredOpcodeHasNot(SecLastOpcode); in AnalyzeBranch()
298 if (SecLastOpcode == Hexagon::J2_jump && LastOpcode == Hexagon::J2_jump) { in AnalyzeBranch()
307 if (SecLastOpcode == Hexagon::ENDLOOP0 && in AnalyzeBranch()