Lines Matching refs:Postorder
199 void inferAddressSpaces(ArrayRef<WeakTrackingVH> Postorder,
215 rewriteWithNewAddressSpaces(ArrayRef<WeakTrackingVH> Postorder,
498 std::vector<WeakTrackingVH> Postorder; // The resultant postorder. in collectFlatAddressExpressions() local
505 Postorder.push_back(TopVal); in collectFlatAddressExpressions()
519 return Postorder; in collectFlatAddressExpressions()
815 std::vector<WeakTrackingVH> Postorder = collectFlatAddressExpressions(F); in run() local
821 inferAddressSpaces(Postorder, InferredAddrSpace, PredicatedAS); in run()
825 return rewriteWithNewAddressSpaces(Postorder, InferredAddrSpace, PredicatedAS, in run()
832 ArrayRef<WeakTrackingVH> Postorder, in inferAddressSpaces() argument
835 SetVector<Value *> Worklist(Postorder.begin(), Postorder.end()); in inferAddressSpaces()
837 for (Value *V : Postorder) in inferAddressSpaces()
1107 ArrayRef<WeakTrackingVH> Postorder, in rewriteWithNewAddressSpaces() argument
1116 for (Value* V : Postorder) { in rewriteWithNewAddressSpaces()
1151 for (const WeakTrackingVH &WVH : Postorder) { in rewriteWithNewAddressSpaces()