Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp203 void inferAddressSpaces(ArrayRef<WeakTrackingVH> Postorder,
219 rewriteWithNewAddressSpaces(ArrayRef<WeakTrackingVH> Postorder,
540 Postorder.push_back(TopVal); in collectFlatAddressExpressions()
554 return Postorder; in collectFlatAddressExpressions()
842 inferAddressSpaces(Postorder, InferredAddrSpace, PredicatedAS); in run()
853 ArrayRef<WeakTrackingVH> Postorder, in inferAddressSpaces() argument
856 SetVector<Value *> Worklist(Postorder.begin(), Postorder.end()); in inferAddressSpaces()
858 for (Value *V : Postorder) in inferAddressSpaces()
1131 ArrayRef<WeakTrackingVH> Postorder, in rewriteWithNewAddressSpaces() argument
1140 for (Value *V : Postorder) { in rewriteWithNewAddressSpaces()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp282 std::vector<NodeId> Postorder; in getSubtreePostorder() local
287 Postorder.push_back(Id); in getSubtreePostorder()
290 return Postorder; in getSubtreePostorder()
833 std::vector<NodeId> Postorder = getSubtreePostorder(T1, T1.getRootId()); in matchBottomUp() local
834 for (NodeId Id1 : Postorder) { in matchBottomUp()