forked from OSchip/llvm-project
				
			
		
			
				
	
	
		
			34 lines
		
	
	
		
			680 B
		
	
	
	
		
			CMake
		
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			680 B
		
	
	
	
		
			CMake
		
	
	
	
| add_llvm_library(LLVMTransformUtils
 | |
|   AddrModeMatcher.cpp
 | |
|   BasicBlockUtils.cpp
 | |
|   BreakCriticalEdges.cpp
 | |
|   BuildLibCalls.cpp
 | |
|   CloneFunction.cpp
 | |
|   CloneModule.cpp
 | |
|   CmpInstAnalysis.cpp
 | |
|   CodeExtractor.cpp
 | |
|   DemoteRegToStack.cpp
 | |
|   InlineFunction.cpp
 | |
|   InstructionNamer.cpp
 | |
|   LCSSA.cpp
 | |
|   Local.cpp
 | |
|   LoopSimplify.cpp
 | |
|   LoopUnroll.cpp
 | |
|   LoopUnrollRuntime.cpp
 | |
|   LowerExpectIntrinsic.cpp
 | |
|   LowerInvoke.cpp
 | |
|   LowerSwitch.cpp
 | |
|   Mem2Reg.cpp
 | |
|   ModuleUtils.cpp
 | |
|   PromoteMemoryToRegister.cpp
 | |
|   SSAUpdater.cpp
 | |
|   SimplifyCFG.cpp
 | |
|   SimplifyIndVar.cpp
 | |
|   SimplifyInstructions.cpp
 | |
|   UnifyFunctionExitNodes.cpp
 | |
|   Utils.cpp
 | |
|   ValueMapper.cpp
 | |
|   )
 | |
| 
 | |
| add_dependencies(LLVMTransformUtils intrinsics_gen)
 |