Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1138 if (FDecl.LibFuncCache == Function::UnknownLibFunc) in getLibFunc()
1139 if (!getLibFunc(FDecl.getName(), FDecl.LibFuncCache)) in getLibFunc()
1140 FDecl.LibFuncCache = NotLibFunc; in getLibFunc()
1142 if (FDecl.LibFuncCache == NotLibFunc) in getLibFunc()
1145 F = FDecl.LibFuncCache; in getLibFunc()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h132 mutable LibFunc LibFuncCache = UnknownLibFunc; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp916 LibFuncCache = UnknownLibFunc; in updateAfterNameChange()