Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDBasicBlockSections.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()
HDBasicBlockPathCloning.cpp238 assert(MF.getTarget().getBBSectionsType() == BasicBlockSection::List && in INITIALIZE_PASS_DEPENDENCY()
HDTargetPassConfig.cpp1232 TM->getBBSectionsType() != llvm::BasicBlockSection::None; in addMachinePasses()
1257 if (TM->getBBSectionsType() == llvm::BasicBlockSection::List) { in addMachinePasses()
HDMachineFunction.cpp470 if (Target.getBBSectionsType() == BasicBlockSection::Labels || in CreateMachineBasicBlock()
472 Target.getBBSectionsType() == BasicBlockSection::List) in CreateMachineBasicBlock()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetMachine.h320 llvm::BasicBlockSection getBBSectionsType() const { in getBBSectionsType() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
HDMIRParser.cpp543 if (MF.getTarget().getBBSectionsType() == BasicBlockSection::Labels) { in initializeMachineFunction()