Lines Matching defs:predecessor
74 for (Operation *predecessor : predecessors->getKnownPredecessors()) {
79 // return // predecessor
91 getProgramPointAfter(predecessor));
178 Block *predecessor = *it;
180 point, getLatticeAnchor<CFGEdge>(predecessor, block))
184 // Merge in the state from the predecessor's terminator.
186 point, getProgramPointAfter(predecessor->getTerminator())));
200 // If the predecessor is the parent, get the state before the parent.
211 // In both cases, we are looking for predecessor operations of the point,
212 // 1. predecessor may be the terminator of another block from another
216 // 2. predecessor may be the terminator of a block that exits the
231 // Only need to call the arc transfer when the predecessor is the region