Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTailDuplicator.h48 bool LayoutMode; variable
74 bool LayoutMode, unsigned TailDupSize = 0);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTailDuplicator.cpp107 LayoutMode = LayoutModeIn; in initMF()
570 if (!LayoutMode && TailBB.canFallThrough()) in shouldTailDuplicate()
881 if (!(MF->getFunction().hasProfileData() && LayoutMode)) { in tailDuplicate()