Searched refs:getBBSectionsType (Results 1 – 5 of 5) sorted by relevance
214 if (MF.getTarget().getBBSectionsType() == llvm::BasicBlockSection::All || in assignSections()311 auto BBSectionsType = MF.getTarget().getBBSectionsType(); in runOnMachineFunction()
1261 if (TM->getBBSectionsType() != llvm::BasicBlockSection::None) { in addMachinePasses()1262 if (TM->getBBSectionsType() == llvm::BasicBlockSection::List) { in addMachinePasses()
453 if (Target.getBBSectionsType() == BasicBlockSection::Labels || in CreateMachineBasicBlock()454 Target.getBBSectionsType() == BasicBlockSection::List) in CreateMachineBasicBlock()
308 llvm::BasicBlockSection getBBSectionsType() const { in getBBSectionsType() function
514 if (MF.getTarget().getBBSectionsType() == BasicBlockSection::Labels) { in initializeMachineFunction()