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

References

lib/CodeGen/CodeGenPrepare.cpp
 4331     if (matchOperationAddr(I, I->getOpcode(), Depth, &MovedAway)) {
 4331     if (matchOperationAddr(I, I->getOpcode(), Depth, &MovedAway)) {
 4339       if (I->hasOneUse() ||
 4340           isProfitableToFoldIntoAddressingMode(I, BackupAddrMode, AddrMode)) {
 4341         AddrModeInsts.push_back(I);