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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
BasicBlockSections.cpp 343 auto BBSectionsType = MF.getTarget().getBBSectionsType();
344 assert(BBSectionsType != BasicBlockSection::None &&
353 if (BBSectionsType == BasicBlockSection::List &&
363 if (BBSectionsType == BasicBlockSection::Labels) {
364 MF.setBBSectionsType(BBSectionsType);
369 if (BBSectionsType == BasicBlockSection::List &&
373 MF.setBBSectionsType(BBSectionsType);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h 356 BasicBlockSection BBSectionsType = BasicBlockSection::None;
537 return (BBSectionsType == BasicBlockSection::All ||
538 BBSectionsType == BasicBlockSection::List ||
539 BBSectionsType == BasicBlockSection::Preset);
544 return BBSectionsType == BasicBlockSection::Labels;
547 void setBBSectionsType(BasicBlockSection V) { BBSectionsType = V; }

Completed in 56 milliseconds