Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1162 if (FDecl.LibFuncCache == Function::UnknownLibFunc) in getLibFunc()
1163 if (!getLibFunc(FDecl.getName(), FDecl.LibFuncCache)) in getLibFunc()
1164 FDecl.LibFuncCache = NotLibFunc; in getLibFunc()
1166 if (FDecl.LibFuncCache == NotLibFunc) in getLibFunc()
1169 F = FDecl.LibFuncCache; in getLibFunc()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h135 mutable LibFunc LibFuncCache = UnknownLibFunc; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp977 LibFuncCache = UnknownLibFunc; in updateAfterNameChange()