reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
368 if (I->isTerminator()) 373 if (I->isEHPad()) 378 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) { 383 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { 388 if (DbgLabelInst *DLI = dyn_cast<DbgLabelInst>(I)) { 394 if (!I->mayHaveSideEffects()) 399 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(I)) { 422 if (isAllocLikeFn(I, TLI)) 425 if (CallInst *CI = isFreeCall(I, TLI)) 429 if (auto *Call = dyn_cast<CallBase>(I))