Home
last modified time | relevance | path

Searched refs:LayoutMode (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTailDuplicator.h49 bool LayoutMode; variable
75 bool LayoutMode, unsigned TailDupSize = 0);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTailDuplicator.cpp96 LayoutMode = LayoutModeIn; in initMF()
556 if (!LayoutMode && TailBB.canFallThrough()) in shouldTailDuplicate()
851 if (!(MF->getFunction().hasProfileData() && LayoutMode)) { in tailDuplicate()