Home
last modified time | relevance | path

Searched refs:SimplifyInstructionsInBlock (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLocal.h172 bool SimplifyInstructionsInBlock(BasicBlock *BB,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp345 SimplifyInstructionsInBlock(&BB); in foldUnusualPatterns()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp1012 SimplifyInstructionsInBlock(BB); in cleanupPreparedFunclets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp1479 SimplifyInstructionsInBlock(Header, TLI); in replace()
DJumpThreading.cpp2132 SimplifyInstructionsInBlock(NewBB, TLI); in ThreadEdge()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp602 bool llvm::SimplifyInstructionsInBlock(BasicBlock *BB, in SimplifyInstructionsInBlock() function in llvm