Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSplitKit.h228 bool shouldSplitSingleBlock(const BlockInfo &BI, bool SingleInstrs) const;
H A DRegAllocGreedy.cpp883 bool SingleInstrs = RegClassInfo.isProperSubClass(MRI->getRegClass(Reg)); in splitAroundRegion() local
913 if (SA->shouldSplitSingleBlock(BI, SingleInstrs)) in splitAroundRegion()
1178 bool SingleInstrs = RegClassInfo.isProperSubClass(MRI->getRegClass(Reg)); in tryBlockSplit() local
1183 if (SA->shouldSplitSingleBlock(BI, SingleInstrs)) in tryBlockSplit()
H A DSplitKit.cpp1577 bool SingleInstrs) const { in shouldSplitSingleBlock()
1582 if (!SingleInstrs) in shouldSplitSingleBlock()