Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h148 void disableAllFunctions();
240 disableAllFunctions();
312 void disableAllFunctions() LLVM_ATTRIBUTE_UNUSED { in disableAllFunctions() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp163 TLI.disableAllFunctions(); in initialize()
802 TLI.disableAllFunctions(); in initialize()
1820 void TargetLibraryInfoImpl::disableAllFunctions() { in disableAllFunctions() function in TargetLibraryInfoImpl
/llvm-project-15.0.7/llvm/tools/llc/
H A Dllc.cpp643 TLII.disableAllFunctions(); in compileModule()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOBackend.cpp268 TLII->disableAllFunctions(); in runNewPMPasses()
H A DThinLTOCodeGenerator.cpp257 TLII->disableAllFunctions(); in optimizeModule()
/llvm-project-15.0.7/llvm/tools/opt/
H A Dopt.cpp712 TLII.disableAllFunctions(); in main()