Searched refs:BBSectionsType (Results 1 – 2 of 2) sorted by relevance
298 auto BBSectionsType = MF.getTarget().getBBSectionsType(); in handleBBSections() local299 if (BBSectionsType == BasicBlockSection::None) in handleBBSections()308 if (BBSectionsType == BasicBlockSection::List && in handleBBSections()316 if (BBSectionsType == BasicBlockSection::List) { in handleBBSections()327 MF.setBBSectionsType(BBSectionsType); in handleBBSections()
415 BasicBlockSection BBSectionsType = BasicBlockSection::None;736 return (BBSectionsType == BasicBlockSection::All ||737 BBSectionsType == BasicBlockSection::List ||738 BBSectionsType == BasicBlockSection::Preset);741 void setBBSectionsType(BasicBlockSection V) { BBSectionsType = V; }