Home
last modified time | relevance | path

Searched refs:unwrapIR (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp141 template <typename IRUnitT> static const IRUnitT *unwrapIR(Any IR) { in unwrapIR() function
163 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 …]