Searched refs:ValueSeq (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 584 using ValueSeq = SetVector<Value *>; typedef in __anona63979960511::PolynomialMultiplyRecognize 596 bool findCycle(Value *Out, Value *In, ValueSeq &Cycle); 597 void classifyCycle(Instruction *DivI, ValueSeq &Cycle, ValueSeq &Early, 598 ValueSeq &Late); 599 bool classifyInst(Instruction *UseI, ValueSeq &Early, ValueSeq &Late); 1126 ValueSeq &Cycle) { in findCycle() 1157 ValueSeq &Cycle, ValueSeq &Early, ValueSeq &Late) { in classifyCycle() 1175 ValueSeq &First = !IsE ? Early : Late; in classifyCycle() 1179 ValueSeq &Second = IsE ? Early : Late; in classifyCycle() 1193 ValueSeq &Early, ValueSeq &Late) { in classifyInst() [all …]
|