Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h232 /// @param SingleInstrs True when single instructions should be isolated.
233 bool shouldSplitSingleBlock(const BlockInfo &BI, bool SingleInstrs) const; in getLastSplitPoint()
H A DRegAllocGreedy.cpp935 bool SingleInstrs = RegClassInfo.isProperSubClass(MRI->getRegClass(Reg)); in splitAroundRegion() local
965 if (SA->shouldSplitSingleBlock(BI, SingleInstrs)) in splitAroundRegion()
1298 bool SingleInstrs = RegClassInfo.isProperSubClass(MRI->getRegClass(Reg)); in tryBlockSplit() local
1303 if (SA->shouldSplitSingleBlock(BI, SingleInstrs)) in tryBlockSplit()
H A DSplitKit.cpp1589 bool SingleInstrs) const { in shouldSplitSingleBlock()
1594 if (!SingleInstrs) in shouldSplitSingleBlock()