Home | History | Annotate | Download | only in Utils

Lines Matching refs:DFT

585     SmallVector<Value *, 8> DFT;
590 DFT.push_back(V);
592 while (!DFT.empty()) {
593 V = DFT.pop_back_val();
599 DFT.push_back(I->getOperand(1));
601 DFT.push_back(I->getOperand(0));