Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h396 bool isPredictedTaken(unsigned Opcode) const;
H A DHexagonInstrInfo.cpp2548 bool HexagonInstrInfo::isPredictedTaken(unsigned Opcode) const { in isPredictedTaken() function in HexagonInstrInfo
4707 if (isPredictedTaken(Opcode)) in reversePrediction()