Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTailDuplicator.h45 bool LayoutMode; variable
69 bool LayoutMode, unsigned TailDupSize = 0);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTailDuplicator.cpp92 LayoutMode = LayoutModeIn; in initMF()
548 if (!LayoutMode && TailBB.canFallThrough()) in shouldTailDuplicate()