Lines Matching defs:DFS
290 struct DFS { in FindInterveningFrames() struct
291 CallSequence active_path = {}; in FindInterveningFrames()
292 CallSequence solution_path = {}; in FindInterveningFrames()
293 llvm::SmallPtrSet<Function *, 2> visited_nodes = {}; in FindInterveningFrames()
294 bool ambiguous = false; in FindInterveningFrames()
295 Function *end; in FindInterveningFrames()
296 ModuleList &images; in FindInterveningFrames()
297 Target ⌖ in FindInterveningFrames()
298 ExecutionContext &context; in FindInterveningFrames()
300 DFS(Function *end, ModuleList &images, Target &target, in FindInterveningFrames() function
304 void search(CallEdge &first_edge, Function &first_callee, in FindInterveningFrames()
311 void dfs(CallEdge ¤t_edge, Function &callee) { in FindInterveningFrames()