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

/external/llvm/lib/CodeGen/
H A DSplitKit.h187 /// shouldSplitSingleBlock - Returns true if it would help to create a local
195 bool shouldSplitSingleBlock(const BlockInfo &BI, bool SingleInstrs) const;
H A DRegAllocGreedy.cpp1002 if (SA->shouldSplitSingleBlock(BI, SingleInstrs))
1244 if (SA->shouldSplitSingleBlock(BI, SingleInstrs))
H A DSplitKit.cpp1132 bool SplitAnalysis::shouldSplitSingleBlock(const BlockInfo &BI, function in class:SplitAnalysis

Completed in 118 milliseconds