Searched refs:Postorder (Results 1 – 1 of 1) sorted by relevance
135 void inferAddressSpaces(const std::vector<Value *> &Postorder,142 rewriteWithNewAddressSpaces(const std::vector<Value *> &Postorder,230 std::vector<Value *> Postorder; // The resultant postorder. in collectGenericAddressExpressions() local235 Postorder.push_back(PostorderStack.back().first); in collectGenericAddressExpressions()246 return Postorder; in collectGenericAddressExpressions()426 std::vector<Value *> Postorder = collectGenericAddressExpressions(F); in runOnFunction() local431 inferAddressSpaces(Postorder, &InferredAddrSpace); in runOnFunction()435 return rewriteWithNewAddressSpaces(Postorder, InferredAddrSpace, &F); in runOnFunction()439 const std::vector<Value *> &Postorder, in inferAddressSpaces() argument441 SetVector<Value *> Worklist(Postorder.begin(), Postorder.end()); in inferAddressSpaces()[all …]