Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBlockPlacement.h19 bool AllowTailMerge = true; variable
22 MachineBlockPlacementPass(bool AllowTailMerge) in MachineBlockPlacementPass() argument
23 : AllowTailMerge(AllowTailMerge) {} in MachineBlockPlacementPass()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp421 bool AllowTailMerge; member in __anon1d8a29ed0111::MachineBlockPlacement
626 MachinePostDominatorTree *MPDT, bool AllowTailMerge) in MachineBlockPlacement() argument
628 AllowTailMerge(AllowTailMerge) {}; in MachineBlockPlacement()
660 bool AllowTailMerge = PassConfig->getEnableTailMerge(); in runOnMachineFunction() local
662 AllowTailMerge) in runOnMachineFunction()
3552 AllowTailMerge); in run()
3564 if (!AllowTailMerge) in printPipeline()
3625 AllowTailMerge && BranchFoldPlacement && in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DMachinePassRegistry.def185 [](bool AllowTailMerge) {
187 return MachineBlockPlacementPass(AllowTailMerge);
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp1508 bool AllowTailMerge = true; in parseMachineBlockPlacementPassOptions() local
1510 AllowTailMerge = !Params.consume_front("no-"); in parseMachineBlockPlacementPassOptions()
1517 return AllowTailMerge; in parseMachineBlockPlacementPassOptions()