Searched refs:IncomingPairs (Results 1 – 3 of 3) sorted by relevance
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVWriter.cpp | 1017 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/ |
D | SPIRVModule.cpp | 971 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/ |
D | BBVectorize.cpp | 1907 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()
|