Home
last modified time | relevance | path

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

/llvm-project/polly/lib/Transform/
H A DForwardOpTree.cpp239 MemoizationTy ForwardingActions; member in __anon8f337d270111::ForwardOpTreeImpl
859 auto It = ForwardingActions.find({UseVal, UseStmt}); in forwardTree()
860 if (It != ForwardingActions.end()) in forwardTree()
869 assert(!ForwardingActions.count({UseVal, UseStmt}) && in forwardTree()
871 ForwardingActions.insert({{UseVal, UseStmt}, std::move(Action)}); in forwardTree()
892 assert(ForwardingActions.count({UseVal, Stmt})); in applyForwardingActions()
893 ForwardingAction *RootAction = &ForwardingActions[{UseVal, Stmt}]; in applyForwardingActions()
926 assert(ForwardingActions.count(Key) && in applyForwardingActions()
928 ForwardingAction *ChildAction = &ForwardingActions[Key]; in applyForwardingActions()
972 ForwardingActions.clear(); in tryForwardTree()