HomeSort by relevance Sort by last modified time
    Searched refs:IDoms (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 199 DT.IDoms[V] = DT.Info[U].Semi < i ? U : W;
222 DT.IDoms[W] = DT.Vertex[WInfo.Parent];
233 DT.IDoms[V] = Root;
240 typename GraphT::NodeType*& WIDom = DT.IDoms[W];
242 WIDom = DT.IDoms[WIDom];
282 DT.IDoms.clear();
GenericDomTree.h 208 IDoms.clear();
232 DenseMap<NodeT *, NodeT *> IDoms;
237 // Info - Collection of information used during the computation of idoms.
242 IDoms.clear();
325 SlowQueries(std::move(Arg.SlowQueries)), IDoms(std::move(Arg.IDoms)),
336 IDoms = std::move(RHS.IDoms);
662 NodeT *getIDom(NodeT *BB) const { return IDoms.lookup(BB); }
728 this->IDoms[entry] = nullptr
    [all...]

Completed in 177 milliseconds