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

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 1565 bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB);
1594 if (NeedSplit) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveIntervals.cpp 209 bool NeedSplit = computeVirtRegInterval(LI);
210 if (NeedSplit) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 1710 bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB);
1736 if (NeedSplit) {

Completed in 42 milliseconds