Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineBlockPlacement.cpp318 class MachineBlockPlacement : public MachineFunctionPass { class
528 MachineBlockPlacement() : MachineFunctionPass(ID) { in MachineBlockPlacement() function in __anon561524240111::MachineBlockPlacement
553 char MachineBlockPlacement::ID = 0;
555 char &llvm::MachineBlockPlacementID = MachineBlockPlacement::ID;
557 INITIALIZE_PASS_BEGIN(MachineBlockPlacement, DEBUG_TYPE,
564 INITIALIZE_PASS_END(MachineBlockPlacement, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
587 void MachineBlockPlacement::markChainSuccessors( in markChainSuccessors()
603 void MachineBlockPlacement::markBlockSuccessors( in markBlockSuccessors()
636 BranchProbability MachineBlockPlacement::collectViableSuccessors( in collectViableSuccessors()
714 bool MachineBlockPlacement::shouldTailDuplicate(MachineBasicBlock *BB) { in shouldTailDuplicate()
[all …]
/freebsd-11-stable/lib/clang/libllvm/
HDMakefile276 SRCS_MIN+= CodeGen/MachineBlockPlacement.cpp