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.cpp199 if (MF.getTarget().getBBSectionsType() == llvm::BasicBlockSection::All || in assignSections()
295 auto BBSectionsType = MF.getTarget().getBBSectionsType(); in handleBBSections()
383 if (MF.getTarget().getBBSectionsType() == BasicBlockSection::Labels) in handleBBAddrMap()
H A DBasicBlockPathCloning.cpp238 assert(MF.getTarget().getBBSectionsType() == BasicBlockSection::List && in INITIALIZE_PASS_DEPENDENCY()
H A DTargetPassConfig.cpp1232 TM->getBBSectionsType() != llvm::BasicBlockSection::None; in addMachinePasses()
1257 if (TM->getBBSectionsType() == llvm::BasicBlockSection::List) { in addMachinePasses()
H A DMachineFunction.cpp470 if (Target.getBBSectionsType() == BasicBlockSection::Labels || in CreateMachineBasicBlock()
472 Target.getBBSectionsType() == BasicBlockSection::List) in CreateMachineBasicBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h320 llvm::BasicBlockSection getBBSectionsType() const { in getBBSectionsType() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp543 if (MF.getTarget().getBBSectionsType() == BasicBlockSection::Labels) { in initializeMachineFunction()