Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp391 std::vector<WeakTrackingVH> Postorder; // The resultant postorder. in collectFlatAddressExpressions() local
629 std::vector<WeakTrackingVH> Postorder = collectFlatAddressExpressions(F); in runOnFunction() local
644 ArrayRef<WeakTrackingVH> Postorder, in inferAddressSpaces()
866 const TargetTransformInfo &TTI, ArrayRef<WeakTrackingVH> Postorder, in rewriteWithNewAddressSpaces()