Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTailDuplicator.h49 bool LayoutMode; variable
75 bool LayoutMode, unsigned TailDupSize = 0);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTailDuplicator.cpp98 LayoutMode = LayoutModeIn; in initMF()
556 if (!LayoutMode && TailBB.canFallThrough()) in shouldTailDuplicate()
857 if (!(MF->getFunction().hasProfileData() && LayoutMode)) { in tailDuplicate()