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.cpp105 class BasicBlockSections : public MachineFunctionPass { class
111 BasicBlockSections() : MachineFunctionPass(ID) { in BasicBlockSections() function in __anonedcb28c90111::BasicBlockSections
132 char BasicBlockSections::ID = 0;
134 BasicBlockSections, "bbsections-prepare",
139 INITIALIZE_PASS_END(BasicBlockSections, "bbsections-prepare", in INITIALIZE_PASS_DEPENDENCY()
297 bool BasicBlockSections::handleBBSections(MachineFunction &MF) { in handleBBSections()
380 bool BasicBlockSections::handleBBAddrMap(MachineFunction &MF) { in handleBBAddrMap()
387 bool BasicBlockSections::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
402 void BasicBlockSections::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
411 return new BasicBlockSections(); in createBasicBlockSectionsPass()
/freebsd/lib/clang/libllvm/
H A DMakefile258 SRCS_MIN+= CodeGen/BasicBlockSections.cpp