Searched refs:MachineBlockPlacement (Results 1 – 2 of 2) sorted by relevance
350 class MachineBlockPlacement : public MachineFunctionPass { class599 MachineBlockPlacement() : MachineFunctionPass(ID) { in MachineBlockPlacement() function in __anon1d8a29ed0111::MachineBlockPlacement624 char MachineBlockPlacement::ID = 0;626 char &llvm::MachineBlockPlacementID = MachineBlockPlacement::ID;628 INITIALIZE_PASS_BEGIN(MachineBlockPlacement, DEBUG_TYPE,635 INITIALIZE_PASS_END(MachineBlockPlacement, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()658 void MachineBlockPlacement::markChainSuccessors( in markChainSuccessors()674 void MachineBlockPlacement::markBlockSuccessors( in markBlockSuccessors()707 BranchProbability MachineBlockPlacement::collectViableSuccessors( in collectViableSuccessors()785 bool MachineBlockPlacement::shouldTailDuplicate(MachineBasicBlock *BB) { in shouldTailDuplicate()[all …]
338 SRCS_MIN+= CodeGen/MachineBlockPlacement.cpp