Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp4279 int PredRevOpcode = -1; in reversePrediction() local
4281 PredRevOpcode = Hexagon::notTakenBranchPrediction(Opcode); in reversePrediction()
4283 PredRevOpcode = Hexagon::takenBranchPrediction(Opcode); in reversePrediction()
4284 assert(PredRevOpcode > 0); in reversePrediction()
4285 return PredRevOpcode; in reversePrediction()