Home
last modified time | relevance | path

Searched refs:BranchesInfo (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp176 LUAnalysisCache BranchesInfo; member in __anon2e9142650111::LoopUnswitch
224 BranchesInfo.forgetLoop(currentLoop); in releaseMemory()
627 if (!BranchesInfo.countLoop( in processCurrentLoop()
744 if (BranchesInfo.isUnswitched(SI, AllZero)) in processCurrentLoop()
752 if (BranchesInfo.isUnswitched(SI, AllOne)) in processCurrentLoop()
764 if (!BranchesInfo.isUnswitched(SI, UnswitchValCandidate)) { in processCurrentLoop()
780 BranchesInfo.setUnswitched(SI, UnswitchVal); in processCurrentLoop()
858 if (!BranchesInfo.CostAllowsUnswitching()) { in UnswitchIfProfitable()
1157 if (BranchesInfo.isUnswitched(SI, CaseVal)) in TryTrivialLoopUnswitch()
1174 BranchesInfo.setUnswitched(SI, CondVal); in TryTrivialLoopUnswitch()
[all …]
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp175 LUAnalysisCache BranchesInfo; member in __anonbcfadd0d0111::LoopUnswitch
226 BranchesInfo.forgetLoop(currentLoop); in releaseMemory()
507 if (!BranchesInfo.countLoop( in processCurrentLoop()
625 if (!BranchesInfo.isUnswitched(SI, UnswitchValCandidate)) { in processCurrentLoop()
713 if (!BranchesInfo.CostAllowsUnswitching()) { in UnswitchIfProfitable()
985 if (BranchesInfo.isUnswitched(SI, CaseVal)) in TryTrivialLoopUnswitch()
1090 BranchesInfo.cloneData(NewLoop, L, VMap); in UnswitchNontrivialCondition()
1275 BranchesInfo.setUnswitched(SI, Val); in RewriteLoopBodyWithConditionConstant()