Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp4669 int PredRevOpcode = -1; in reversePrediction() local
4671 PredRevOpcode = Hexagon::notTakenBranchPrediction(Opcode); in reversePrediction()
4673 PredRevOpcode = Hexagon::takenBranchPrediction(Opcode); in reversePrediction()
4674 assert(PredRevOpcode > 0); in reversePrediction()
4675 return PredRevOpcode; in reversePrediction()