Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.h231 bool shouldSplitSingleBlock(const BlockInfo &BI, bool SingleInstrs) const;
DRegAllocGreedy.cpp1721 if (SA->shouldSplitSingleBlock(BI, SingleInstrs)) in splitAroundRegion()
2029 if (SA->shouldSplitSingleBlock(BI, SingleInstrs)) in tryBlockSplit()
DSplitKit.cpp1556 bool SplitAnalysis::shouldSplitSingleBlock(const BlockInfo &BI, in shouldSplitSingleBlock() function in SplitAnalysis