Searched refs:ExecAction (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/polly/lib/Transform/ |
| H A D | ForwardOpTree.cpp | 491 auto ExecAction = [this, TargetStmt, LI, Access]() -> bool { in forwardKnownLoad() local 503 ExecAction, {{LI->getPointerOperand(), DefStmt}}, true); in forwardKnownLoad() 578 auto ExecAction = [this, TargetStmt, LI, SameVal, in forwardKnownLoad() local 594 ExecAction, {{LI->getPointerOperand(), DefStmt}}, true); in forwardKnownLoad() 640 auto ExecAction = [this, TargetStmt, Inst, SameVal]() { in reloadKnownContent() local 653 return ForwardingAction::canForward(ExecAction, {}, true); in reloadKnownContent() 709 auto ExecAction = [this, TargetStmt, UseInst]() { in forwardSpeculatable() local 721 return ForwardingAction::canForward(ExecAction, Depends, true); in forwardSpeculatable() 779 auto ExecAction = [this, TargetStmt, UseVal]() { in forwardTreeImpl() local 796 return ForwardingAction::canForward(ExecAction, {}, false); in forwardTreeImpl()
|