Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Transform/
DForwardOpTree.cpp238 MemoizationTy ForwardingActions; member in __anon09f7b76b0111::ForwardOpTreeImpl
854 auto It = ForwardingActions.find({UseVal, UseStmt}); in forwardTree()
855 if (It != ForwardingActions.end()) in forwardTree()
864 assert(!ForwardingActions.count({UseVal, UseStmt}) && in forwardTree()
866 ForwardingActions.insert({{UseVal, UseStmt}, std::move(Action)}); in forwardTree()
887 assert(ForwardingActions.count({UseVal, Stmt})); in applyForwardingActions()
888 ForwardingAction *RootAction = &ForwardingActions[{UseVal, Stmt}]; in applyForwardingActions()
921 assert(ForwardingActions.count(Key) && in applyForwardingActions()
923 ForwardingAction *ChildAction = &ForwardingActions[Key]; in applyForwardingActions()
967 ForwardingActions.clear(); in tryForwardTree()