reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
108 if (auto UnwrappedModule = unwrapModule(IR)) 113 if (any_isa<const Module *>(IR)) { 114 const Module *M = any_cast<const Module *>(IR); 120 if (any_isa<const Function *>(IR)) { 121 const Function *F = any_cast<const Function *>(IR); 127 if (any_isa<const LazyCallGraph::SCC *>(IR)) { 128 const LazyCallGraph::SCC *C = any_cast<const LazyCallGraph::SCC *>(IR); 135 if (any_isa<const Loop *>(IR)) { 136 const Loop *L = any_cast<const Loop *>(IR);