Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp351 class MachineBlockPlacement : public MachineFunctionPass { class
595 MachineBlockPlacement() : MachineFunctionPass(ID) { in MachineBlockPlacement() function in __anon2ed0fee90111::MachineBlockPlacement
620 char MachineBlockPlacement::ID = 0;
622 char &llvm::MachineBlockPlacementID = MachineBlockPlacement::ID;
624 INITIALIZE_PASS_BEGIN(MachineBlockPlacement, DEBUG_TYPE,
631 INITIALIZE_PASS_END(MachineBlockPlacement, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
654 void MachineBlockPlacement::markChainSuccessors( in markChainSuccessors()
670 void MachineBlockPlacement::markBlockSuccessors( in markBlockSuccessors()
703 BranchProbability MachineBlockPlacement::collectViableSuccessors( in collectViableSuccessors()
781 bool MachineBlockPlacement::shouldTailDuplicate(MachineBasicBlock *BB) { in shouldTailDuplicate()
[all …]
DCMakeLists.txt105 MachineBlockPlacement.cpp
/openbsd/src/gnu/usr.bin/clang/libLLVMCodeGen/
DMakefile88 MachineBlockPlacement.cpp \
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/
DBUILD.gn115 "MachineBlockPlacement.cpp",