Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp3813 int PredRevOpcode = -1; in reversePrediction() local
3815 PredRevOpcode = Hexagon::notTakenBranchPrediction(Opcode); in reversePrediction()
3817 PredRevOpcode = Hexagon::takenBranchPrediction(Opcode); in reversePrediction()
3818 assert(PredRevOpcode > 0); in reversePrediction()
3819 return PredRevOpcode; in reversePrediction()