Home
last modified time | relevance | path

Searched refs:BasicBlockSections (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp102 class BasicBlockSections : public MachineFunctionPass { class
108 BasicBlockSections() : MachineFunctionPass(ID) { in BasicBlockSections() function in __anonedcb28c90111::BasicBlockSections
129 char BasicBlockSections::ID = 0;
131 BasicBlockSections, "bbsections-prepare",
136 INITIALIZE_PASS_END(BasicBlockSections, "bbsections-prepare", in INITIALIZE_PASS_DEPENDENCY()
294 bool BasicBlockSections::handleBBSections(MachineFunction &MF) { in handleBBSections()
382 bool BasicBlockSections::handleBBAddrMap(MachineFunction &MF) { in handleBBAddrMap()
391 bool BasicBlockSections::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
399 void BasicBlockSections::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
406 return new BasicBlockSections(); in createBasicBlockSectionsPass()
/freebsd/lib/clang/libllvm/
H A DMakefile219 SRCS_MIN+= CodeGen/BasicBlockSections.cpp