Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp195 if (MF.getTarget().getBBSectionsType() == llvm::BasicBlockSection::All || in assignSections()
284 auto BBSectionsType = MF.getTarget().getBBSectionsType(); in runOnMachineFunction()
H A DBasicBlockPathCloning.cpp228 assert(MF.getTarget().getBBSectionsType() == BasicBlockSection::List && in INITIALIZE_PASS_DEPENDENCY()
H A DTargetPassConfig.cpp1228 if (TM->getBBSectionsType() != llvm::BasicBlockSection::None) { in addMachinePasses()
1229 if (TM->getBBSectionsType() == llvm::BasicBlockSection::List) { in addMachinePasses()
H A DMachineFunction.cpp469 if (Target.getBBSectionsType() == BasicBlockSection::Labels || in CreateMachineBasicBlock()
470 Target.getBBSectionsType() == BasicBlockSection::List) in CreateMachineBasicBlock()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h317 llvm::BasicBlockSection getBBSectionsType() const { in getBBSectionsType() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp524 if (MF.getTarget().getBBSectionsType() == BasicBlockSection::Labels) { in initializeMachineFunction()