Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DSimplifyCFGOptions.h23 struct SimplifyCFGOptions { struct
36 SimplifyCFGOptions &bonusInstThreshold(int I) { in bonusInstThreshold() argument
40 SimplifyCFGOptions &forwardSwitchCondToPhi(bool B) { in forwardSwitchCondToPhi() argument
44 SimplifyCFGOptions &convertSwitchToLookupTable(bool B) { in convertSwitchToLookupTable() argument
48 SimplifyCFGOptions &needCanonicalLoops(bool B) { in needCanonicalLoops() argument
52 SimplifyCFGOptions &hoistCommonInsts(bool B) { in hoistCommonInsts() argument
56 SimplifyCFGOptions &sinkCommonInsts(bool B) { in sinkCommonInsts() argument
60 SimplifyCFGOptions &setAssumptionCache(AssumptionCache *Cache) { in setAssumptionCache() argument
64 SimplifyCFGOptions &setSimplifyCondBranch(bool B) { in setSimplifyCondBranch() argument
69 SimplifyCFGOptions &setFoldTwoEntryPHINode(bool B) { in setFoldTwoEntryPHINode() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLocal.h63 struct SimplifyCFGOptions { struct
71 SimplifyCFGOptions(unsigned BonusThreshold = 1, argument
84 SimplifyCFGOptions &bonusInstThreshold(int I) { in bonusInstThreshold() argument
88 SimplifyCFGOptions &forwardSwitchCondToPhi(bool B) { in forwardSwitchCondToPhi() argument
92 SimplifyCFGOptions &convertSwitchToLookupTable(bool B) { in convertSwitchToLookupTable() argument
96 SimplifyCFGOptions &needCanonicalLoops(bool B) { in needCanonicalLoops() argument
100 SimplifyCFGOptions &sinkCommonInsts(bool B) { in sinkCommonInsts() argument
104 SimplifyCFGOptions &setAssumptionCache(AssumptionCache *Cache) { in setAssumptionCache() argument