Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1344 if (const auto *MaybeF = unwrapIR<Function>(IR)) { in GetFunctions() local
1345 Functions.push_back(const_cast<Function *>(MaybeF)); in GetFunctions()