Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp202 if (MF.getTarget().getBBSectionsType() == llvm::BasicBlockSection::All || in assignSections()
298 auto BBSectionsType = MF.getTarget().getBBSectionsType(); in handleBBSections()
H A DMachineFunctionSplitter.cpp133 if (MF.getTarget().getBBSectionsType() == llvm::BasicBlockSection::All) in runOnMachineFunction()
H A DBasicBlockPathCloning.cpp246 assert(MF.getTarget().getBBSectionsType() == BasicBlockSection::List && in INITIALIZE_PASS_DEPENDENCY()
H A DTargetPassConfig.cpp1279 if (TM->getBBSectionsType() != llvm::BasicBlockSection::None || in addMachinePasses()
1281 if (TM->getBBSectionsType() == llvm::BasicBlockSection::List) { in addMachinePasses()
H A DMachineFunction.cpp508 Target.getBBSectionsType() == BasicBlockSection::List) in CreateMachineBasicBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h356 llvm::BasicBlockSection getBBSectionsType() const { in getBBSectionsType() function