Searched refs:Postorder (Results 1 – 2 of 2) sorted by relevance
203 void inferAddressSpaces(ArrayRef<WeakTrackingVH> Postorder,219 rewriteWithNewAddressSpaces(ArrayRef<WeakTrackingVH> Postorder,540 Postorder.push_back(TopVal); in collectFlatAddressExpressions()554 return Postorder; in collectFlatAddressExpressions()842 inferAddressSpaces(Postorder, InferredAddrSpace, PredicatedAS); in run()853 ArrayRef<WeakTrackingVH> Postorder, in inferAddressSpaces() argument856 SetVector<Value *> Worklist(Postorder.begin(), Postorder.end()); in inferAddressSpaces()858 for (Value *V : Postorder) in inferAddressSpaces()1131 ArrayRef<WeakTrackingVH> Postorder, in rewriteWithNewAddressSpaces() argument1140 for (Value *V : Postorder) { in rewriteWithNewAddressSpaces()[all …]
282 std::vector<NodeId> Postorder; in getSubtreePostorder() local287 Postorder.push_back(Id); in getSubtreePostorder()290 return Postorder; in getSubtreePostorder()833 std::vector<NodeId> Postorder = getSubtreePostorder(T1, T1.getRootId()); in matchBottomUp() local834 for (NodeId Id1 : Postorder) { in matchBottomUp()