Home
last modified time | relevance | path

Searched refs:BonusInstThreshold (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLocal.h64 int BonusInstThreshold; member
76 : BonusInstThreshold(BonusThreshold), in BonusInstThreshold() function
85 BonusInstThreshold = I; in bonusInstThreshold()
235 unsigned BonusInstThreshold = 1);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp201 Options.BonusInstThreshold = UserBonusInstThreshold.getNumOccurrences() in SimplifyCFGPass()
203 : Opts.BonusInstThreshold; in SimplifyCFGPass()
244 Options.BonusInstThreshold = UserBonusInstThreshold.getNumOccurrences() in CFGSimplifyPass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassBuilder.cpp1562 APInt BonusInstThreshold; in parseSimplifyCFGOptions() local
1563 if (ParamName.getAsInteger(0, BonusInstThreshold)) in parseSimplifyCFGOptions()
1569 Result.bonusInstThreshold(BonusInstThreshold.getSExtValue()); in parseSimplifyCFGOptions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2586 unsigned BonusInstThreshold) { in FoldBranchToCommonDest() argument
2661 if (NumBonusInsts > BonusInstThreshold) in FoldBranchToCommonDest()
5903 if (FoldBranchToCommonDest(BI, nullptr, Options.BonusInstThreshold)) in SimplifyUncondBranch()
5967 if (FoldBranchToCommonDest(BI, nullptr, Options.BonusInstThreshold)) in SimplifyCondBranch()