Home
last modified time | relevance | path

Searched refs:SrcUndef (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DPHIElimination.cpp297 bool SrcUndef = MPhi->getOperand(i*2+1).isUndef() || in LowerAtomicPHINode() local
319 if (SrcUndef) { in LowerAtomicPHINode()
338 if (SrcUndef || !LV) continue; in LowerAtomicPHINode()