Searched defs:Postorder (Results 1 – 4 of 4) sorted by relevance
230 std::vector<Value *> Postorder; // The resultant postorder. in collectGenericAddressExpressions() local426 std::vector<Value *> Postorder = collectGenericAddressExpressions(F); in runOnFunction() local439 const std::vector<Value *> &Postorder, in inferAddressSpaces()510 const std::vector<Value *> &Postorder, in rewriteWithNewAddressSpaces()
389 std::vector<WeakTrackingVH> Postorder; // The resultant postorder. in collectFlatAddressExpressions() local636 std::vector<WeakTrackingVH> Postorder = collectFlatAddressExpressions(F); in runOnFunction() local651 ArrayRef<WeakTrackingVH> Postorder, in inferAddressSpaces()871 const TargetTransformInfo &TTI, ArrayRef<WeakTrackingVH> Postorder, in rewriteWithNewAddressSpaces()
498 std::vector<WeakTrackingVH> Postorder; // The resultant postorder. in collectFlatAddressExpressions() local817 std::vector<WeakTrackingVH> Postorder = collectFlatAddressExpressions(F); in run() local834 ArrayRef<WeakTrackingVH> Postorder, in inferAddressSpaces()1109 ArrayRef<WeakTrackingVH> Postorder, in rewriteWithNewAddressSpaces()
756 func (f *Func) Postorder() []*Block { func