Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp629 auto &SpeculatedVals = InsertResult.first->second; in speculatePHIs() local
641 SpeculatedVals.push_back(IncomingValueMap.find(PredBB)->second); in speculatePHIs()
665 const auto &SpeculatedVals = MapIt->second; in speculatePHIs() local
666 assert(SpeculatedVals[PredIdx] && in speculatePHIs()
668 assert(SpeculatedVals[PredIdx]->getType() == OpI->getType() && in speculatePHIs()
672 U.set(SpeculatedVals[PredIdx]); in speculatePHIs()
700 auto &SpeculatedVals = SpeculatedValueMap.find(OrigI)->second; in speculatePHIs() local
702 SpecIPN->addIncoming(SpeculatedVals[PredIdx], SpecPreds[PredIdx]); in speculatePHIs()