Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1538 std::optional<StringRef> SectionPrefix = MF.getFunction().getSectionPrefix(); in isFunctionSafeToSplit() local
1539 if (SectionPrefix && in isFunctionSafeToSplit()
1540 (*SectionPrefix == "unlikely" || *SectionPrefix == "unknown")) { in isFunctionSafeToSplit()