Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp4677 int PredRevOpcode = -1; in reversePrediction() local
4679 PredRevOpcode = Hexagon::notTakenBranchPrediction(Opcode); in reversePrediction()
4681 PredRevOpcode = Hexagon::takenBranchPrediction(Opcode); in reversePrediction()
4682 assert(PredRevOpcode > 0); in reversePrediction()
4683 return PredRevOpcode; in reversePrediction()