HomeSort by relevance Sort by last modified time
    Searched defs:Alternate (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 561 InstructionShuffler(bool alternate, bool topdown)
562 : IsAlternating(alternate), IsTopDown(topdown) {}
605 bool Alternate = !ForceTopDown && !ForceBottomUp;
609 return new ScheduleDAGMI(C, new InstructionShuffler(Alternate, TopDown));
  /external/regex-re2/re2/
regexp.cc 247 Regexp* Regexp::Alternate(Regexp** sub, int nsub, ParseFlags flags) {
  /external/harfbuzz/src/
harfbuzz-gsub-private.h 105 HB_UShort* Alternate; /* array of alternate glyph IDs */
107 Alternate array */
458 HB_AlternateSubst alternate; member in union:HB_GSUB_SubTable_

Completed in 84 milliseconds