Searched refs:MachineBlockPlacement (Results 1 – 2 of 2) sorted by relevance
318 class MachineBlockPlacement : public MachineFunctionPass { class528 MachineBlockPlacement() : MachineFunctionPass(ID) { in MachineBlockPlacement() function in __anon561524240111::MachineBlockPlacement553 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 …]
276 SRCS_MIN+= CodeGen/MachineBlockPlacement.cpp