Lines Matching refs:Executable
21 ChangeResult Executable::setToLive() { in setToLive()
28 void Executable::print(raw_ostream &os) const { in print()
32 void Executable::onUpdate(DataFlowSolver *solver) const { in onUpdate()
109 auto *state = getOrCreate<Executable>(®ion.front()); in initialize()
188 getOrCreate<Executable>(op->getBlock())->blockContentSubscribe(this); in initializeRecursively()
202 auto *state = getOrCreate<Executable>(to); in markEdgeLive()
204 auto *edgeState = getOrCreate<Executable>(getProgramPoint<CFGEdge>(from, to)); in markEdgeLive()
212 auto *state = getOrCreate<Executable>(®ion.front()); in markEntryBlocksLive()
225 if (!getOrCreate<Executable>(op->getBlock())->isLive()) in visit()
366 auto *state = getOrCreate<Executable>(point); in visitRegionBranchOperation()
391 auto *state = getOrCreate<Executable>(®ion->front()); in visitRegionTerminator()