Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXInferAddressSpaces.cpp135 void inferAddressSpaces(const std::vector<Value *> &Postorder,
142 rewriteWithNewAddressSpaces(const std::vector<Value *> &Postorder,
230 std::vector<Value *> Postorder; // The resultant postorder. in collectGenericAddressExpressions() local
235 Postorder.push_back(PostorderStack.back().first); in collectGenericAddressExpressions()
246 return Postorder; in collectGenericAddressExpressions()
426 std::vector<Value *> Postorder = collectGenericAddressExpressions(F); in runOnFunction() local
431 inferAddressSpaces(Postorder, &InferredAddrSpace); in runOnFunction()
435 return rewriteWithNewAddressSpaces(Postorder, InferredAddrSpace, &F); in runOnFunction()
439 const std::vector<Value *> &Postorder, in inferAddressSpaces() argument
441 SetVector<Value *> Worklist(Postorder.begin(), Postorder.end()); in inferAddressSpaces()
[all …]