Searched refs:Postorder (Results 1 – 2 of 2) sorted by relevance
199 void inferAddressSpaces(ArrayRef<WeakTrackingVH> Postorder,215 rewriteWithNewAddressSpaces(ArrayRef<WeakTrackingVH> Postorder,505 Postorder.push_back(TopVal); in collectFlatAddressExpressions()519 return Postorder; in collectFlatAddressExpressions()821 inferAddressSpaces(Postorder, InferredAddrSpace, PredicatedAS); in run()832 ArrayRef<WeakTrackingVH> Postorder, in inferAddressSpaces() argument835 SetVector<Value *> Worklist(Postorder.begin(), Postorder.end()); in inferAddressSpaces()837 for (Value *V : Postorder) in inferAddressSpaces()1107 ArrayRef<WeakTrackingVH> Postorder, in rewriteWithNewAddressSpaces() argument1116 for (Value* V : Postorder) { in rewriteWithNewAddressSpaces()[all …]
283 std::vector<NodeId> Postorder; in getSubtreePostorder() local288 Postorder.push_back(Id); in getSubtreePostorder()291 return Postorder; in getSubtreePostorder()834 std::vector<NodeId> Postorder = getSubtreePostorder(T1, T1.getRootId()); in matchBottomUp() local835 for (NodeId Id1 : Postorder) { in matchBottomUp()