Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp608 char MachineBlockPlacement::ID = 0;
952 bool MachineBlockPlacement::isTrellis( in isTrellis()
1046 MachineBlockPlacement::BlockAndTailDupResult
1580 MachineBlockPlacement::selectBestSuccessor( in selectBestSuccessor()
1778 void MachineBlockPlacement::fillWorkLists( in fillWorkLists()
1811 void MachineBlockPlacement::buildChain( in buildChain()
1916 MachineBlockPlacement::TopFallThroughFreq( in TopFallThroughFreq()
1972 MachineBlockPlacement::FallThroughGains( in FallThroughGains()
2549 MachineBlockPlacement::BlockFilterSet
2882 void MachineBlockPlacement::alignBlocks() { in alignBlocks()
[all …]
H A DCMakeLists.txt101 MachineBlockPlacement.cpp
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A DnoFalignAfterCallAtO2.ll5 ; We need more than one basic block for this test because MachineBlockPlacement
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dcallbr-asm-blockplacement.ll4 ; This test asserted in MachineBlockPlacement during asm-goto bring up.
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn108 "MachineBlockPlacement.cpp",
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dtail-duplication-convergent.ll4 ; MachineBlockPlacement, since calls aren't tail duplicated pre-RA.