HomeSort by: relevance | last modified time | path
    Searched refs:LayoutMode (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TailDuplicator.h 49 bool LayoutMode;
67 /// @param LayoutMode - When true, don't use the existing layout to make
75 bool LayoutMode, unsigned TailDupSize = 0);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TailDuplicator.cpp 98 LayoutMode = LayoutModeIn;
556 if (!LayoutMode && TailBB.canFallThrough())
857 if (!(MF->getFunction().hasProfileData() && LayoutMode)) {

Completed in 18 milliseconds