Lines Matching defs:srcIdCandidates
130 /// Returns in 'srcIdCandidates' the producer fusion candidates for consumer
138 SmallVectorImpl<unsigned> &srcIdCandidates) {
161 srcIdCandidates.push_back(srcNode->id);
164 llvm::sort(srcIdCandidates);
165 srcIdCandidates.erase(llvm::unique(srcIdCandidates), srcIdCandidates.end());
832 // in 'srcIdCandidates'.
834 SmallVector<unsigned, 16> srcIdCandidates;
835 getProducerCandidates(dstId, mdg, srcIdCandidates);
837 for (unsigned srcId : llvm::reverse(srcIdCandidates)) {