Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h189 void disableAllFunctions();
299 disableAllFunctions();
370 void disableAllFunctions() LLVM_ATTRIBUTE_UNUSED { in disableAllFunctions() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp202 TLI.disableAllFunctions(); in initializeLibCalls()
861 TLI.disableAllFunctions(); in initializeLibCalls()
1183 void TargetLibraryInfoImpl::disableAllFunctions() { in disableAllFunctions() function in TargetLibraryInfoImpl
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp679 TLII.disableAllFunctions(); in optMain()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp634 TLII.disableAllFunctions(); in compileModule()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp278 TLII->disableAllFunctions(); in runNewPMPasses()
H A DThinLTOCodeGenerator.cpp260 TLII->disableAllFunctions(); in optimizeModule()