|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/InitializePasses.h 405 void initializeTargetLibraryInfoWrapperPassPass(PassRegistry&);
References
lib/Analysis/BasicAliasAnalysis.cpp 2063 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Analysis/BranchProbabilityInfo.cpp 60 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Analysis/GlobalsModRef.cpp 996 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Analysis/LazyBranchProbabilityInfo.cpp 28 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
73 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass);
lib/Analysis/LazyValueInfo.cpp 53 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Analysis/Lint.cpp 189 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Analysis/MemoryDependenceAnalysis.cpp 1769 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Analysis/ScalarEvolution.cpp12024 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Analysis/TargetLibraryInfo.cpp 1617 initializeTargetLibraryInfoWrapperPassPass(*PassRegistry::getPassRegistry());
1622 initializeTargetLibraryInfoWrapperPassPass(*PassRegistry::getPassRegistry());
1628 initializeTargetLibraryInfoWrapperPassPass(*PassRegistry::getPassRegistry());
lib/CodeGen/ExpandMemCmp.cpp 864 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp 322 initializeTargetLibraryInfoWrapperPassPass(
lib/Target/AMDGPU/AMDGPUInline.cpp 93 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp 84 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp 263 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Target/Target.cpp 39 initializeTargetLibraryInfoWrapperPassPass(Registry);
lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp 398 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/IPO/AlwaysInliner.cpp 133 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/IPO/ArgumentPromotion.cpp 1107 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/IPO/Attributor.cpp 5138 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/IPO/GlobalOpt.cpp 3037 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/IPO/InferFunctionAttrs.cpp 78 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/IPO/InlineSimple.cpp 93 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/IPO/SCCP.cpp 86 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp 529 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/IPO/WholeProgramDevirt.cpp 672 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/InstCombine/InstructionCombining.cpp 3627 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Instrumentation/AddressSanitizer.cpp 1215 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Instrumentation/BoundsChecking.cpp 242 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Instrumentation/GCOVProfiling.cpp 170 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Instrumentation/InstrProfiling.cpp 391 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Instrumentation/MemorySanitizer.cpp 667 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Instrumentation/ThreadSanitizer.cpp 171 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Scalar/CallSiteSplitting.cpp 576 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Scalar/ConstantProp.cpp 59 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Scalar/DeadStoreElimination.cpp 1392 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Scalar/EarlyCSE.cpp 1402 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
1423 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Scalar/GVN.cpp 2705 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Scalar/InstSimplifyPass.cpp 120 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Scalar/JumpThreading.cpp 161 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Scalar/LICM.cpp 308 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Scalar/LoopIdiomRecognize.cpp 334 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Scalar/LoopInstSimplify.cpp 249 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Scalar/LoopRerollPass.cpp 490 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Scalar/MemCpyOptimizer.cpp 294 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Scalar/MergeICmps.cpp 924 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Scalar/NaryReassociate.cpp 157 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Scalar/NewGVN.cpp 4216 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp 177 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Scalar/SCCP.cpp 1912 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp 473 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Utils/LibCallsShrinkWrap.cpp 68 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
lib/Transforms/Utils/MetaRenamer.cpp 166 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
unittests/Analysis/AliasAnalysisTest.cpp 135 INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)