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

Declarations

lib/CodeGen/CodeGenPrepare.cpp
 2826   bool valueAlreadyLiveAtInst(Value *Val, Value *KnownLive1, Value *KnownLive2);

References

lib/CodeGen/CodeGenPrepare.cpp
 4559   if (valueAlreadyLiveAtInst(BaseReg, AMBefore.BaseReg, AMBefore.ScaledReg))
 4561   if (valueAlreadyLiveAtInst(ScaledReg, AMBefore.BaseReg, AMBefore.ScaledReg))