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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp183 // Postorder.
184 void inferAddressSpaces(ArrayRef<WeakTrackingVH> Postorder,
195 // address spaces if InferredAddrSpace says so. Postorder is the postorder of
198 const TargetTransformInfo &TTI, ArrayRef<WeakTrackingVH> Postorder,
478 std::vector<WeakTrackingVH> Postorder; // The resultant postorder. local
485 Postorder.push_back(TopVal);
499 return Postorder;
725 // All values in Postorder are flat address expressions.
774 std::vector<WeakTrackingVH> Postorder = collectFlatAddressExpressions(F); local
777 // in Postorder
788 inferAddressSpaces( ArrayRef<WeakTrackingVH> Postorder, ValueToAddrSpaceMapTy *InferredAddrSpace) const argument
1018 rewriteWithNewAddressSpaces( const TargetTransformInfo &TTI, ArrayRef<WeakTrackingVH> Postorder, const ValueToAddrSpaceMapTy &InferredAddrSpace, Function *F) const argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp283 std::vector<NodeId> Postorder; local
288 Postorder.push_back(Id);
291 return Postorder;
533 "Postorder traversal in subtree should correspond to traversal in "
834 std::vector<NodeId> Postorder = getSubtreePostorder(T1, T1.getRootId()); local
835 for (NodeId Id1 : Postorder) {

Completed in 208 milliseconds