reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Transforms/Utils/SimplifyCFG.cpp
 1232 static bool passingValueIsAlwaysUndefined(Value *V, Instruction *I);

References

lib/Transforms/Utils/SimplifyCFG.cpp
 1364       if (passingValueIsAlwaysUndefined(BB1V, &PN) ||
 1365           passingValueIsAlwaysUndefined(BB2V, &PN))
 2054     if (passingValueIsAlwaysUndefined(OrigV, &PN) ||
 2055         passingValueIsAlwaysUndefined(ThenV, &PN))
 5988         return passingValueIsAlwaysUndefined(V, GEP);
 5992       return passingValueIsAlwaysUndefined(V, BC);
 6020       if (passingValueIsAlwaysUndefined(PHI.getIncomingValue(i), &PHI)) {