Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.h236 bool shouldSplitSingleBlock(const BlockInfo &BI, bool SingleInstrs) const;
H A DRegAllocGreedy.cpp1740 if (SA->shouldSplitSingleBlock(BI, SingleInstrs)) in splitAroundRegion()
2036 if (SA->shouldSplitSingleBlock(BI, SingleInstrs)) in tryBlockSplit()
H A DSplitKit.cpp1561 bool SplitAnalysis::shouldSplitSingleBlock(const BlockInfo &BI, in shouldSplitSingleBlock() function in SplitAnalysis