Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp4373 int PredRevOpcode = -1; in reversePrediction() local
4375 PredRevOpcode = Hexagon::notTakenBranchPrediction(Opcode); in reversePrediction()
4377 PredRevOpcode = Hexagon::takenBranchPrediction(Opcode); in reversePrediction()
4378 assert(PredRevOpcode > 0); in reversePrediction()
4379 return PredRevOpcode; in reversePrediction()