reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
118 if (const LoadInst *LI = dyn_cast<LoadInst>(Inst)) { 131 if (const StoreInst *SI = dyn_cast<StoreInst>(Inst)) { 144 if (const VAArgInst *V = dyn_cast<VAArgInst>(Inst)) { 149 if (const CallInst *CI = isFreeCall(Inst, &TLI)) { 155 if (const IntrinsicInst *II = dyn_cast<IntrinsicInst>(Inst)) { 175 if (Inst->mayWriteToMemory()) 177 if (Inst->mayReadFromMemory())