Home
last modified time | relevance | path

Searched refs:MadeChanges (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp414 bool MadeChanges = false; in RemoveRedundantDbgInstrs() local
426 MadeChanges |= removeRedundantDbgInstrsUsingBackwardScan(BB); in RemoveRedundantDbgInstrs()
427 MadeChanges |= removeRedundantDbgInstrsUsingForwardScan(BB); in RemoveRedundantDbgInstrs()
429 if (MadeChanges) in RemoveRedundantDbgInstrs()
432 return MadeChanges; in RemoveRedundantDbgInstrs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp1824 bool MadeChanges = false; in runSCCP() local
1837 MadeChanges = true; in runSCCP()
1852 MadeChanges = true; in runSCCP()
1858 return MadeChanges; in runSCCP()
2063 bool MadeChanges = false; in runIPSCCP() local
2088 MadeChanges = true; in runIPSCCP()
2103 MadeChanges = true; in runIPSCCP()
2232 return MadeChanges; in runIPSCCP()
DEarlyCSE.cpp869 bool MadeChanges = false; in handleBranchCondition() local
887 MadeChanges = true; in handleBranchCondition()
898 return MadeChanges; in handleBranchCondition()
DMergeICmps.cpp939 const bool MadeChanges = runImpl(F, TLI, TTI, AA, DT); in run() local
940 if (!MadeChanges) in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp861 bool MadeChanges = false; in runImpl() local
864 MadeChanges = true; in runImpl()
872 return MadeChanges ? PreservedAnalyses::none() : PreservedAnalyses::all(); in runImpl()