Searched refs:ValueSeq (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 574 using ValueSeq = SetVector<Value *>; typedef in __anona63979960511::PolynomialMultiplyRecognize 586 bool findCycle(Value *Out, Value *In, ValueSeq &Cycle); 587 void classifyCycle(Instruction *DivI, ValueSeq &Cycle, ValueSeq &Early, 588 ValueSeq &Late); 589 bool classifyInst(Instruction *UseI, ValueSeq &Early, ValueSeq &Late); 1113 ValueSeq &Cycle) { in findCycle() 1144 ValueSeq &Cycle, ValueSeq &Early, ValueSeq &Late) { in classifyCycle() 1162 ValueSeq &First = !IsE ? Early : Late; in classifyCycle() 1166 ValueSeq &Second = IsE ? Early : Late; in classifyCycle() 1180 ValueSeq &Early, ValueSeq &Late) { in classifyInst() [all …]
|