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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h231 /// @param SingleInstrs True when single instructions should be isolated.
232 bool shouldSplitSingleBlock(const BlockInfo &BI, bool SingleInstrs) const;
H A DRegAllocGreedy.cpp1683 bool SingleInstrs = RegClassInfo.isProperSubClass(MRI->getRegClass(Reg)); local
1714 if (SA->shouldSplitSingleBlock(BI, SingleInstrs))
2005 bool SingleInstrs = RegClassInfo.isProperSubClass(MRI->getRegClass(Reg)); local
2011 if (SA->shouldSplitSingleBlock(BI, SingleInstrs))
H A DSplitKit.cpp1565 bool SingleInstrs) const {
1570 if (!SingleInstrs)

Completed in 161 milliseconds