Searched refs:BBSectionsType (Results 1 – 2 of 2) sorted by relevance
295 auto BBSectionsType = MF.getTarget().getBBSectionsType(); in handleBBSections() local296 if (BBSectionsType == BasicBlockSection::None) in handleBBSections()305 if (BBSectionsType == BasicBlockSection::List && in handleBBSections()312 if (BBSectionsType == BasicBlockSection::Labels) { in handleBBSections()313 MF.setBBSectionsType(BBSectionsType); in handleBBSections()318 if (BBSectionsType == BasicBlockSection::List) { in handleBBSections()329 MF.setBBSectionsType(BBSectionsType); in handleBBSections()
383 BasicBlockSection BBSectionsType = BasicBlockSection::None;696 return (BBSectionsType == BasicBlockSection::All ||697 BBSectionsType == BasicBlockSection::List ||698 BBSectionsType == BasicBlockSection::Preset);703 return BBSectionsType == BasicBlockSection::Labels;706 void setBBSectionsType(BasicBlockSection V) { BBSectionsType = V; }