Searched refs:getBBSectionsType (Results 1 – 6 of 6) sorted by relevance
195 if (MF.getTarget().getBBSectionsType() == llvm::BasicBlockSection::All || in assignSections()284 auto BBSectionsType = MF.getTarget().getBBSectionsType(); in runOnMachineFunction()
228 assert(MF.getTarget().getBBSectionsType() == BasicBlockSection::List && in INITIALIZE_PASS_DEPENDENCY()
1228 if (TM->getBBSectionsType() != llvm::BasicBlockSection::None) { in addMachinePasses()1229 if (TM->getBBSectionsType() == llvm::BasicBlockSection::List) { in addMachinePasses()
469 if (Target.getBBSectionsType() == BasicBlockSection::Labels || in CreateMachineBasicBlock()470 Target.getBBSectionsType() == BasicBlockSection::List) in CreateMachineBasicBlock()
317 llvm::BasicBlockSection getBBSectionsType() const { in getBBSectionsType() function
524 if (MF.getTarget().getBBSectionsType() == BasicBlockSection::Labels) { in initializeMachineFunction()