Home
last modified time | relevance | path

Searched defs:EnableTailMerge (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.h120 bool EnableTailMerge = false; variable
H A DBranchFolding.cpp129 bool EnableTailMerge = !MF.getTarget().requiresStructuredCFG() && in runOnMachineFunction() local
H A DMachineBlockPlacement.cpp3490 bool EnableTailMerge = !MF.getTarget().requiresStructuredCFG() && in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h131 bool EnableTailMerge = true; global() variable