Home
last modified time | relevance | path

Searched defs:Postorder (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXInferAddressSpaces.cpp230 std::vector<Value *> Postorder; // The resultant postorder. in collectGenericAddressExpressions() local
426 std::vector<Value *> Postorder = collectGenericAddressExpressions(F); in runOnFunction() local
439 const std::vector<Value *> &Postorder, in inferAddressSpaces()
510 const std::vector<Value *> &Postorder, in rewriteWithNewAddressSpaces()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp389 std::vector<WeakTrackingVH> Postorder; // The resultant postorder. in collectFlatAddressExpressions() local
636 std::vector<WeakTrackingVH> Postorder = collectFlatAddressExpressions(F); in runOnFunction() local
651 ArrayRef<WeakTrackingVH> Postorder, in inferAddressSpaces()
871 const TargetTransformInfo &TTI, ArrayRef<WeakTrackingVH> Postorder, in rewriteWithNewAddressSpaces()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp498 std::vector<WeakTrackingVH> Postorder; // The resultant postorder. in collectFlatAddressExpressions() local
817 std::vector<WeakTrackingVH> Postorder = collectFlatAddressExpressions(F); in run() local
834 ArrayRef<WeakTrackingVH> Postorder, in inferAddressSpaces()
1109 ArrayRef<WeakTrackingVH> Postorder, in rewriteWithNewAddressSpaces()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dfunc.go756 func (f *Func) Postorder() []*Block { func