Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Transform/
H A DForwardOpTree.cpp238 MemoizationTy ForwardingActions; member in __anon533823240111::ForwardOpTreeImpl
857 auto It = ForwardingActions.find({UseVal, UseStmt}); in forwardTree()
858 if (It != ForwardingActions.end()) in forwardTree()
867 assert(!ForwardingActions.count({UseVal, UseStmt}) && in forwardTree()
869 ForwardingActions.insert({{UseVal, UseStmt}, std::move(Action)}); in forwardTree()
890 assert(ForwardingActions.count({UseVal, Stmt})); in applyForwardingActions()
891 ForwardingAction *RootAction = &ForwardingActions[{UseVal, Stmt}]; in applyForwardingActions()
924 assert(ForwardingActions.count(Key) && in applyForwardingActions()
926 ForwardingAction *ChildAction = &ForwardingActions[Key]; in applyForwardingActions()
970 ForwardingActions.clear(); in tryForwardTree()