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.cpp1234 if (FDecl.LibFuncCache == Function::UnknownLibFunc) in getLibFunc()
1235 if (!getLibFunc(FDecl.getName(), FDecl.LibFuncCache)) in getLibFunc()
1236 FDecl.LibFuncCache = NotLibFunc; in getLibFunc()
1238 if (FDecl.LibFuncCache == NotLibFunc) in getLibFunc()
1241 F = FDecl.LibFuncCache; in getLibFunc()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h136 mutable LibFunc LibFuncCache = UnknownLibFunc; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp936 LibFuncCache = UnknownLibFunc; in updateAfterNameChange()