Home | History | Annotate | Download | only in Analysis

Lines Matching full:caller

94          "Callee not in the callee set for this caller?");
181 // First insert it into the caller.
184 assert(G->SCCMap.lookup(&CallerN) == this && "Caller must be in this SCC.");
191 // First insert it into the caller.
194 assert(G->SCCMap.lookup(&CallerN) == this && "Caller must be in this SCC.");
199 "Callee must be a descendant of the Caller.");
207 // First insert it into the caller.
213 assert(&CallerC != this && "Caller must not be in this SCC.");
215 "Caller must be a descendant of the Callee.");
229 // The set of SCCs that are connected to the caller, and thus will
265 // thus up the parent graph from the caller), the current node needs to be
278 break; // We've walked all the parents of the caller transitively.
329 "The caller must be a member of this SCC.");
337 "Cannot have a leaf SCC caller with a different SCC callee.");
356 // the caller no longer a parent of the callee. Walk the other call edges
357 // in the caller to tell.
362 "Did not find the caller SCC in the callee SCC's parent list!");
372 // It may make the Caller SCC a leaf SCC.