Home
last modified time | relevance | path

Searched refs:Postorder (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp199 void inferAddressSpaces(ArrayRef<WeakTrackingVH> Postorder,
215 rewriteWithNewAddressSpaces(ArrayRef<WeakTrackingVH> Postorder,
505 Postorder.push_back(TopVal); in collectFlatAddressExpressions()
519 return Postorder; in collectFlatAddressExpressions()
821 inferAddressSpaces(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()
[all …]
/llvm-project-15.0.7/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp283 std::vector<NodeId> Postorder; in getSubtreePostorder() local
288 Postorder.push_back(Id); in getSubtreePostorder()
291 return Postorder; in getSubtreePostorder()
834 std::vector<NodeId> Postorder = getSubtreePostorder(T1, T1.getRootId()); in matchBottomUp() local
835 for (NodeId Id1 : Postorder) { in matchBottomUp()