Searched refs:ShouldPreferAnother (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleHazardRecognizer.h92 /// ShouldPreferAnother - This callback may be invoked if getHazardType
95 virtual bool ShouldPreferAnother(SUnit *) { function in class:llvm::ScheduleHazardRecognizer
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHazardRecognizer.h72 bool ShouldPreferAnother(SUnit *) override;
H A DHexagonHazardRecognizer.cpp100 bool HexagonHazardRecognizer::ShouldPreferAnother(SUnit *SU) { function in class:HexagonHazardRecognizer
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.h40 bool ShouldPreferAnother(SUnit* SU) override;
H A DPPCHazardRecognizers.cpp146 bool PPCDispatchGroupSBHazardRecognizer::ShouldPreferAnother(SUnit *SU) { function in class:PPCDispatchGroupSBHazardRecognizer
152 return ScoreboardHazardRecognizer::ShouldPreferAnother(SU);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp576 if (HazardRec->ShouldPreferAnother(CurSUnit)) {

Completed in 74 milliseconds