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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DRegisterCoalescer.cpp1260 bool IsImplicitDef; member in struct:__anon10192::JoinVals::Val
1270 RedefVNI(0), OtherVNI(0), IsImplicitDef(false), Pruned(false),
1408 V.IsImplicitDef = true;
1770 bool EraseImpDef = OtherV.IsImplicitDef && OtherV.Resolution == CR_Keep;
1819 if (!Vals[i].IsImplicitDef || !Vals[i].Pruned)

Completed in 207 milliseconds