Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp351 class MachineBlockPlacement : public MachineFunctionPass { class
595 MachineBlockPlacement() : MachineFunctionPass(ID) { in MachineBlockPlacement() function in __anona54a76640111::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 …]
H A DCMakeLists.txt105 MachineBlockPlacement.cpp
/openbsd-src/gnu/usr.bin/clang/libLLVMCodeGen/
H A DMakefile88 MachineBlockPlacement.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn115 "MachineBlockPlacement.cpp",