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

/external/llvm/lib/CodeGen/
H A DSplitKit.h195 /// @param SingleInstrs True when single instructions should be isolated.
196 bool shouldSplitSingleBlock(const BlockInfo &BI, bool SingleInstrs) const;
H A DRegAllocGreedy.cpp1217 bool SingleInstrs = RegClassInfo.isProperSubClass(MRI->getRegClass(Reg)); local
1248 if (SA->shouldSplitSingleBlock(BI, SingleInstrs))
1507 bool SingleInstrs = RegClassInfo.isProperSubClass(MRI->getRegClass(Reg)); local
1513 if (SA->shouldSplitSingleBlock(BI, SingleInstrs))
H A DSplitKit.cpp1112 bool SingleInstrs) const {
1117 if (!SingleInstrs)

Completed in 77 milliseconds