Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) LLVM.AddLowerSwitchPass示例
编程语言:
C# (CSharp)
类/类型:
LLVM
方法/功能:
AddLowerSwitchPass
hotexamples.com的示例:
1
C# (CSharp) LLVM.AddLowerSwitchPass - 已找到1个示例
。这些是从开源项目中提取的最受好评的
LLVM.AddLowerSwitchPass
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
AddFunction(30)
AddGlobal(26)
AddCFGSimplificationPass(13)
AddInstructionCombiningPass(13)
AddGVNPass(12)
AddPromoteMemoryToRegisterPass(12)
ABISizeOfType(11)
AddReassociatePass(11)
AddIncoming(10)
AddBasicAliasAnalysisPass(7)
ABIAlignmentOfType(6)
AddNamedMetadataOperand(5)
AddAttributeAtIndex(5)
AddConstantPropagationPass(5)
AddEarlyCSEPass(4)
AddFunctionInliningPass(3)
AddLowerExpectIntrinsicPass(3)
AddGlobalMapping(3)
AddNewGVNPass(3)
AddLoopDeletionPass(3)
AddDeadStoreEliminationPass(3)
AddDeadArgEliminationPass(3)
AddLoopUnrollPass(3)
AddConstantMergePass(3)
AddCase(3)
AddLoopRotatePass(3)
AddSLPVectorizePass(3)
AddAlwaysInlinerPass(3)
AddJumpThreadingPass(3)
AddLoopUnswitchPass(3)
AddLoopRerollPass(2)
AddModuleFlag(2)
AddLoopVectorizePass(2)
AddMemCpyOptPass(2)
AddMergedLoadStoreMotionPass(2)
AddSCCPPass(2)
AddScalarReplAggregatesPassSSA(2)
AddScopedNoAliasAAPass(2)
AddLoopIdiomPass(2)
AddIndVarSimplifyPass(2)
isPointer(2)
AddGlobalInAddressSpace(2)
AddAggressiveDCEPass(2)
AddArgumentPromotionPass(2)
AddLICMPass(2)
AddCorrelatedValuePropagationPass(2)
AddIPSCCPPass(2)
AddGlobalOptimizerPass(1)
AddBBVectorizePass(1)
isInteger(1)
常用方法
AddFunction (30)
AddGlobal (26)
AddCFGSimplificationPass (13)
AddInstructionCombiningPass (13)
AddGVNPass (12)
AddPromoteMemoryToRegisterPass (12)
ABISizeOfType (11)
AddReassociatePass (11)
AddIncoming (10)
AddBasicAliasAnalysisPass (7)
常用方法
ABIAlignmentOfType (6)
AddNamedMetadataOperand (5)
AddAttributeAtIndex (5)
AddConstantPropagationPass (5)
AddEarlyCSEPass (4)
AddFunctionInliningPass (3)
AddLowerExpectIntrinsicPass (3)
AddGlobalMapping (3)
AddNewGVNPass (3)
AddLoopDeletionPass (3)
AddDeadStoreEliminationPass (3)
AddDeadArgEliminationPass (3)
AddLoopUnrollPass (3)
AddConstantMergePass (3)
AddCase (3)
AddLoopRotatePass (3)
AddSLPVectorizePass (3)
AddAlwaysInlinerPass (3)
AddJumpThreadingPass (3)
AddLoopUnswitchPass (3)
常用方法
AddDeadStoreEliminationPass (3)
AddDeadArgEliminationPass (3)
AddLoopUnrollPass (3)
AddConstantMergePass (3)
AddCase (3)
AddLoopRotatePass (3)
AddSLPVectorizePass (3)
AddAlwaysInlinerPass (3)
AddJumpThreadingPass (3)
AddLoopUnswitchPass (3)
AddLoopRerollPass (2)
AddModuleFlag (2)
AddLoopVectorizePass (2)
AddMemCpyOptPass (2)
AddMergedLoadStoreMotionPass (2)
AddSCCPPass (2)
AddScalarReplAggregatesPassSSA (2)
AddScopedNoAliasAAPass (2)
AddLoopIdiomPass (2)
AddIndVarSimplifyPass (2)
isPointer (2)
AddGlobalInAddressSpace (2)
AddAggressiveDCEPass (2)
AddArgumentPromotionPass (2)
AddLICMPass (2)
AddCorrelatedValuePropagationPass (2)
AddIPSCCPPass (2)
AddGlobalOptimizerPass (1)
AddBBVectorizePass (1)
isInteger (1)
常用方法
AddLoopRerollPass (2)
AddModuleFlag (2)
AddLoopVectorizePass (2)
AddMemCpyOptPass (2)
AddMergedLoadStoreMotionPass (2)
AddSCCPPass (2)
AddScalarReplAggregatesPassSSA (2)
AddScopedNoAliasAAPass (2)
AddLoopIdiomPass (2)
AddIndVarSimplifyPass (2)
isPointer (2)
AddGlobalInAddressSpace (2)
AddAggressiveDCEPass (2)
AddArgumentPromotionPass (2)
AddLICMPass (2)
AddCorrelatedValuePropagationPass (2)
AddIPSCCPPass (2)
AddGlobalOptimizerPass (1)
AddBBVectorizePass (1)
isInteger (1)
AddInternalizePass (1)
AddScalarizerPass (1)
AddScalarReplAggregatesPassWithThreshold (1)
AddAlignmentFromAssumptionsPass (1)
AddScalarReplAggregatesPass (1)
AddAnalysisPasses (1)
AddPruneEHPass (1)
AddLowerSwitchPass (1)
AddCallSiteAttribute (1)
AddPartiallyInlineLibCallsPass (1)
AddIPConstantPropagationPass (1)
AddDemoteMemoryToRegisterPass (1)
AddDestination (1)
AddModule (1)
AddFunctionAttrsPass (1)
AddGlobalDCEPass (1)
AddLateCFGSimplificationPass (1)
示例#1
0
显示文件
文件:
PassManager.cs
项目:
bamfbamf/LLVMSharp
public void AddLowerSwitchPass() => LLVM.AddLowerSwitchPass(this.Unwrap());
x