Searched refs:unwrapIR (Results 1 – 1 of 1) sorted by relevance
141 template <typename IRUnitT> static const IRUnitT *unwrapIR(Any IR) { in unwrapIR() function163 if (const auto *M = unwrapIR<Module>(IR)) in unwrapModule()166 if (const auto *F = unwrapIR<Function>(IR)) { in unwrapModule()173 if (const auto *C = unwrapIR<LazyCallGraph::SCC>(IR)) { in unwrapModule()184 if (const auto *L = unwrapIR<Loop>(IR)) { in unwrapModule()191 if (const auto *MF = unwrapIR<MachineFunction>(IR)) { in unwrapModule()239 if (unwrapIR<Module>(IR)) in getIRName()242 if (const auto *F = unwrapIR<Function>(IR)) in getIRName()245 if (const auto *C = unwrapIR<LazyCallGraph::SCC>(IR)) in getIRName()248 if (const auto *L = unwrapIR<Loop>(IR)) in getIRName()[all …]