Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp4706 int PredRevOpcode = -1; in reversePrediction() local
4708 PredRevOpcode = Hexagon::notTakenBranchPrediction(Opcode); in reversePrediction()
4710 PredRevOpcode = Hexagon::takenBranchPrediction(Opcode); in reversePrediction()
4711 assert(PredRevOpcode > 0); in reversePrediction()
4712 return PredRevOpcode; in reversePrediction()