Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalIFunc.h101 void applyAlongResolverPath(function_ref<void(const GlobalValue &)> Op) const;
/openbsd/gnu/llvm/llvm/lib/IR/
H A DGlobals.cpp589 void GlobalIFunc::applyAlongResolverPath( in applyAlongResolverPath() function in GlobalIFunc
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp879 I.applyAlongResolverPath([&Index](const GlobalValue &GV) { in buildModuleSummaryIndex()