Searched refs:MachineBlockPlacement (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp1 //===- MachineBlockPlacement.cpp - Basic Block Code Layout optimization ---===//
318 class MachineBlockPlacement : public MachineFunctionPass { class in namespace:__anon3501
400 /// MachineBlockPlacement, and we must preserve physical layout of these
540 MachineBlockPlacement() : MachineFunctionPass(ID) { function in class:__anon3501::MachineBlockPlacement
565 char MachineBlockPlacement::ID = 0;
567 char &llvm::MachineBlockPlacementID = MachineBlockPlacement::ID;
569 INITIALIZE_PASS_BEGIN(MachineBlockPlacement, DEBUG_TYPE,
576 INITIALIZE_PASS_END(MachineBlockPlacement, DEBUG_TYPE,
599 void MachineBlockPlacement::markChainSuccessors(
615 void MachineBlockPlacement
[all...]
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile289 SRCS_MIN+= CodeGen/MachineBlockPlacement.cpp

Completed in 119 milliseconds