Searched refs:UsedPHIs (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp368 SmallPtrSet<VNInfo*, 8> UsedPHIs; local
383 if (!VNI->isPHIDef() || VNI->def != BlockStart || !UsedPHIs.insert(VNI))

Completed in 159 milliseconds