Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTailDuplicator.h49 bool LayoutMode; variable
75 bool LayoutMode, unsigned TailDupSize = 0);
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTailDuplicator.cpp96 LayoutMode = LayoutModeIn; in initMF()
558 if (!LayoutMode && TailBB.canFallThrough()) in shouldTailDuplicate()
861 if (!(MF->getFunction().hasProfileData() && LayoutMode)) { in tailDuplicate()