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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp141 bool canSpeculateInstrs(MachineBasicBlock *MBB);
175 /// canSpeculateInstrs - Returns true if all the instructions in MBB can safely
183 bool SSAIfConv::canSpeculateInstrs(MachineBasicBlock *MBB) { function in class:SSAIfConv
432 if (TBB != Tail && !canSpeculateInstrs(TBB))
434 if (FBB != Tail && !canSpeculateInstrs(FBB))

Completed in 93 milliseconds