Searched refs:FlowQ (Results 1 – 2 of 2) sorted by relevance
970 FlowQ.push(CFGEdge(ThisN, TargetN)); in visitBranchesFrom()1054 assert(FlowQ.empty()); in run()1073 FlowQ.push(CFGEdge(-1, EntryN)); in run()1075 while (!FlowQ.empty()) { in run()1076 CFGEdge Edge = FlowQ.front(); in run()1077 FlowQ.pop(); in run()1112 FlowQ.push(CFGEdge(ThisN, NextN)); in run()
67 EdgeQueueType FlowQ; // Work queue of CFG edges. member