Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp368 int SecLastOpcode = SecondLastInst ? SecondLastInst->getOpcode() : 0; in AnalyzeBranch() local
373 if (SecLastOpcode == Hexagon::J2_jump && in AnalyzeBranch()
412 bool SecLastOpcodeHasJMP_c = PredOpcodeHasJMP_c(SecLastOpcode); in AnalyzeBranch()
436 if (SecLastOpcode == Hexagon::J2_jump && LastOpcode == Hexagon::J2_jump) { in AnalyzeBranch()
445 if (isEndLoopN(SecLastOpcode) && LastOpcode == Hexagon::J2_jump) { in AnalyzeBranch()