Home
last modified time | relevance | path

Searched defs:TransformDFA (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp713 struct TransformDFA { struct
714 TransformDFA(AllSwitchPaths *SwitchPaths, DominatorTree *DT, in TransformDFA() function
721 void run() { in run()
856 void createAllExitPaths() { in createAllExitPaths()
944 void updateSSA(DefMap &NewDefs) { in updateSSA()
1235 AllSwitchPaths *SwitchPaths;
1236 DominatorTree *DT;
1237 AssumptionCache *AC;
1238 TargetTransformInfo *TTI;
1239 OptimizationRemarkEmitter *ORE;
[all …]