Lines Matching refs:IntermediateNodes
61 auto It = IntermediateNodes.find(Address); in flattenAddress()
64 while (It != IntermediateNodes.end()) { in flattenAddress()
66 It = IntermediateNodes.find(It->second); in flattenAddress()
83 IntermediateNodes.begin(), IntermediateNodes.end()); in printToDOT()
185 Result.IntermediateNodes[CurrentAddress] = NextAddress; in buildFlowsToUndefined()
212 if (Result.IntermediateNodes.count(Address)) in buildFlowGraphImpl()
242 Result.IntermediateNodes[ParentMeta.VMAddress] = Address; in buildFlowGraphImpl()
249 Result.IntermediateNodes[ParentMeta.VMAddress] = Address; in buildFlowGraphImpl()
262 Result.IntermediateNodes[ParentMeta.VMAddress] = Address; in buildFlowGraphImpl()
275 Result.IntermediateNodes[ParentMeta.VMAddress] = Address; in buildFlowGraphImpl()
282 Result.IntermediateNodes[ParentMeta.VMAddress] = Address; in buildFlowGraphImpl()
291 Result.IntermediateNodes[ParentMeta.VMAddress] = Address; in buildFlowGraphImpl()
328 Result.IntermediateNodes[PrevInstr->VMAddress] = Address; in buildFlowGraphImpl()