Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp328 class MachineBlockPlacement : public MachineFunctionPass { class
563 MachineBlockPlacement() : MachineFunctionPass(ID) { in MachineBlockPlacement() function in __anon5e0944180111::MachineBlockPlacement
588 char MachineBlockPlacement::ID = 0;
590 char &llvm::MachineBlockPlacementID = MachineBlockPlacement::ID;
592 INITIALIZE_PASS_BEGIN(MachineBlockPlacement, DEBUG_TYPE,
599 INITIALIZE_PASS_END(MachineBlockPlacement, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
622 void MachineBlockPlacement::markChainSuccessors( in markChainSuccessors()
638 void MachineBlockPlacement::markBlockSuccessors( in markBlockSuccessors()
671 BranchProbability MachineBlockPlacement::collectViableSuccessors( in collectViableSuccessors()
749 bool MachineBlockPlacement::shouldTailDuplicate(MachineBasicBlock *BB) { in shouldTailDuplicate()
[all …]
H A DCMakeLists.txt73 MachineBlockPlacement.cpp
/netbsd-src/external/apache2/llvm/lib/libLLVMCodeGen/
H A DMakefile83 MachineBlockPlacement.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn102 "MachineBlockPlacement.cpp",