Home
last modified time | relevance | path

Searched refs:SingleInstrs (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.cpp1710 bool SingleInstrs = RegClassInfo.isProperSubClass(MRI->getRegClass(Reg)); in splitAroundRegion() local
1740 if (SA->shouldSplitSingleBlock(BI, SingleInstrs)) in splitAroundRegion()
2031 bool SingleInstrs = RegClassInfo.isProperSubClass(MRI->getRegClass(Reg)); in tryBlockSplit() local
2036 if (SA->shouldSplitSingleBlock(BI, SingleInstrs)) in tryBlockSplit()
H A DSplitKit.cpp1562 bool SingleInstrs) const { in shouldSplitSingleBlock()
1567 if (!SingleInstrs) in shouldSplitSingleBlock()