Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp4598 int PredRevOpcode = -1; in reversePrediction() local
4600 PredRevOpcode = Hexagon::notTakenBranchPrediction(Opcode); in reversePrediction()
4602 PredRevOpcode = Hexagon::takenBranchPrediction(Opcode); in reversePrediction()
4603 assert(PredRevOpcode > 0); in reversePrediction()
4604 return PredRevOpcode; in reversePrediction()