Searched refs:Postorder (Results 1 – 1 of 1) sorted by relevance
203 void inferAddressSpaces(ArrayRef<WeakTrackingVH> Postorder,219 rewriteWithNewAddressSpaces(ArrayRef<WeakTrackingVH> Postorder,533 std::vector<WeakTrackingVH> Postorder; // The resultant postorder. in collectFlatAddressExpressions() local540 Postorder.push_back(TopVal); in collectFlatAddressExpressions()554 return Postorder; in collectFlatAddressExpressions()837 std::vector<WeakTrackingVH> Postorder = collectFlatAddressExpressions(F); in run() local843 inferAddressSpaces(Postorder, InferredAddrSpace, PredicatedAS); in run()847 return rewriteWithNewAddressSpaces(Postorder, InferredAddrSpace, PredicatedAS, in run()854 ArrayRef<WeakTrackingVH> Postorder, in inferAddressSpaces() argument857 SetVector<Value *> Worklist(Postorder.begin(), Postorder.end()); in inferAddressSpaces()[all …]