Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h390 bool isPredictedTaken(unsigned Opcode) const;
DHexagonInstrInfo.cpp2504 bool HexagonInstrInfo::isPredictedTaken(unsigned Opcode) const { in isPredictedTaken() function in HexagonInstrInfo
4599 if (isPredictedTaken(Opcode)) in reversePrediction()