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.cpp155 if (const auto *M = unwrapIR<Module>(IR)) in unwrapModule()
176 if (const auto *L = unwrapIR<Loop>(IR)) { in unwrapModule()
219 if (unwrapIR<Module>(IR)) in getIRName()
228 if (const auto *L = unwrapIR<Loop>(IR)) in getIRName()
254 if (const auto *M = unwrapIR<Module>(IR)) in shouldPrintIR()
263 if (const auto *L = unwrapIR<Loop>(IR)) in shouldPrintIR()
296 if (const auto *L = unwrapIR<Loop>(IR)) { in unwrapAndPrint()
667 const auto *F = unwrapIR<Function>(IR); in analyzeIR()
669 const auto *L = unwrapIR<Loop>(IR); in analyzeIR()
710 if (unwrapIR<Module>(IR)) { in getIRFileDisplayName()
[all …]