Home
last modified time | relevance | path

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

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