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

  /src/external/apache2/llvm/dist/llvm/tools/lto/
lto.cpp 69 Early, // After lto_set_debug_options is called.
478 optionParsingState = OptParsingState::Early;
482 assert(optionParsingState != OptParsingState::Early &&
483 "early option processing already happened");
494 assert(optionParsingState != OptParsingState::Early &&
495 "early option processing already happened");
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp 599 void classifyCycle(Instruction *DivI, ValueSeq &Cycle, ValueSeq &Early,
601 bool classifyInst(Instruction *UseI, ValueSeq &Early, ValueSeq &Late);
1166 ValueSeq &Cycle, ValueSeq &Early, ValueSeq &Late) {
1168 // divider instruction will be classified as "early", all other values
1184 ValueSeq &First = !IsE ? Early : Late;
1188 ValueSeq &Second = IsE ? Early : Late;
1202 ValueSeq &Early, ValueSeq &Late) {
1205 // values do have to be both early or both late.
1208 if (Early.count(TV) || Early.count(FV))
    [all...]

Completed in 27 milliseconds