Searched refs:SectionPrefix (Results 1 – 1 of 1) sorted by relevance
189 std::optional<StringRef> SectionPrefix = MF.getFunction().getSectionPrefix(); in runOnMachineFunction() local190 if (SectionPrefix && in runOnMachineFunction()191 (*SectionPrefix == "unlikely" || *SectionPrefix == "unknown")) { in runOnMachineFunction()