Searched refs:ComponentPhi (Results 1 – 1 of 1) sorted by relevance
73 const PHINode *ComponentPhi = Stack.pop_back_val(); in processPhi() local74 Reachable.insert(ComponentPhi); in processPhi()75 DepthMap[ComponentPhi] = DepthNumber; in processPhi()76 for (Value *Op : ComponentPhi->incoming_values()) { in processPhi()