Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSplitKit.h196 bool shouldSplitSingleBlock(const BlockInfo &BI, bool SingleInstrs) const;
DRegAllocGreedy.cpp1185 bool SingleInstrs = RegClassInfo.isProperSubClass(MRI->getRegClass(Reg)); in splitAroundRegion() local
1216 if (SA->shouldSplitSingleBlock(BI, SingleInstrs)) in splitAroundRegion()
1476 bool SingleInstrs = RegClassInfo.isProperSubClass(MRI->getRegClass(Reg)); in tryBlockSplit() local
1482 if (SA->shouldSplitSingleBlock(BI, SingleInstrs)) in tryBlockSplit()
DSplitKit.cpp1111 bool SingleInstrs) const { in shouldSplitSingleBlock()
1116 if (!SingleInstrs) in shouldSplitSingleBlock()