Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1245 SmallDenseMap<std::pair<Value *, Value *>, PHINode *> JointValueMap; in SinkThenElseCodeToEnd() local
1251 JointValueMap[std::make_pair(BB1V, BB2V)] = PN; in SinkThenElseCodeToEnd()
1300 !JointValueMap.count(InstPair)) in SinkThenElseCodeToEnd()
1350 auto &NewPN = JointValueMap[std::make_pair(DifferentOp1, DifferentOp2)]; in SinkThenElseCodeToEnd()
1362 PHINode *OldPN = JointValueMap[InstPair]; in SinkThenElseCodeToEnd()
1363 JointValueMap.erase(InstPair); in SinkThenElseCodeToEnd()