Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/
H A DDeadCodeAnalysis.cpp21 ChangeResult Executable::setToLive() { in setToLive() function in Executable
110 propagateIfChanged(state, state->setToLive()); in initialize()
203 propagateIfChanged(state, state->setToLive()); in markEdgeLive()
205 propagateIfChanged(edgeState, edgeState->setToLive()); in markEdgeLive()
213 propagateIfChanged(state, state->setToLive()); in markEntryBlocksLive()
367 propagateIfChanged(state, state->setToLive()); in visitRegionBranchOperation()
392 propagateIfChanged(state, state->setToLive()); in visitRegionTerminator()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/DataFlow/
H A DDeadCodeAnalysis.h48 ChangeResult setToLive();