Home
last modified time | relevance | path

Searched refs:IncomingPairs (Results 1 – 3 of 3) sorted by relevance

/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp1017 std::vector<SPIRVValue *> IncomingPairs; in transValueWithoutDecoration() local
1019 IncomingPairs.push_back(transValue(Phi->getIncomingValue(I), BB)); in transValueWithoutDecoration()
1020 IncomingPairs.push_back(transValue(Phi->getIncomingBlock(I), nullptr)); in transValueWithoutDecoration()
1022 return mapValue(V, BM->addPhiInst(transType(Phi->getType()), IncomingPairs, in transValueWithoutDecoration()
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.cpp971 std::vector<SPIRVValue *> IncomingPairs, SPIRVBasicBlock *BB) { in addPhiInst() argument
972 return addInstruction(new SPIRVPhi(Type, getId(), IncomingPairs, BB), BB); in addPhiInst()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp1907 DenseSet<ValuePair> IncomingPairs; in findBestDAGFor() local
2131 if (IncomingPairs.count(VP)) { in findBestDAGFor()
2133 } else if (IncomingPairs.count(VPR)) { in findBestDAGFor()
2175 IncomingPairs.insert(VP); in findBestDAGFor()