Searched refs:Postorder (Results 1 – 2 of 2) sorted by relevance
169 void inferAddressSpaces(ArrayRef<WeakTrackingVH> Postorder,178 const TargetTransformInfo &TTI, ArrayRef<WeakTrackingVH> Postorder,391 std::vector<WeakTrackingVH> Postorder; // The resultant postorder. in collectFlatAddressExpressions() local398 Postorder.push_back(TopVal); in collectFlatAddressExpressions()409 return Postorder; in collectFlatAddressExpressions()634 inferAddressSpaces(Postorder, &InferredAddrSpace); in runOnFunction()644 ArrayRef<WeakTrackingVH> Postorder, in inferAddressSpaces() argument646 SetVector<Value *> Worklist(Postorder.begin(), Postorder.end()); in inferAddressSpaces()648 for (Value *V : Postorder) in inferAddressSpaces()874 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()836 std::vector<NodeId> Postorder = getSubtreePostorder(T1, T1.getRootId()); in matchBottomUp() local837 for (NodeId Id1 : Postorder) { in matchBottomUp()