Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1403 SmallVector<BasicBlock*, 8> PredsToSplit; in SimplifyPartiallyRedundantLoad() local
1418 PredsToSplit.push_back(P); in SimplifyPartiallyRedundantLoad()
1422 UnavailablePred = SplitBlockPreds(LoadBB, PredsToSplit, "thread-pre-split"); in SimplifyPartiallyRedundantLoad()