Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp4676 int PredRevOpcode = -1; in reversePrediction() local
4678 PredRevOpcode = Hexagon::notTakenBranchPrediction(Opcode); in reversePrediction()
4680 PredRevOpcode = Hexagon::takenBranchPrediction(Opcode); in reversePrediction()
4681 assert(PredRevOpcode > 0); in reversePrediction()
4682 return PredRevOpcode; in reversePrediction()