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

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

Completed in 296 milliseconds