HomeSort by: relevance | last modified time | path
    Searched defs:longBranchChanged (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsBranchExpansion.cpp 858 bool longBranchChanged = handlePossibleLongBranch();
861 bool Changed = longBranchChanged || forbiddenSlotChanged;
865 longBranchChanged = handlePossibleLongBranch();
866 if (!longBranchChanged)

Completed in 51 milliseconds