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

/external/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp185 bool canSpeculateInstrs(MachineBasicBlock *MBB, const MachineInstr *CmpMI);
377 bool SSACCmpConv::canSpeculateInstrs(MachineBasicBlock *MBB, function in class:SSACCmpConv
553 if (!canSpeculateInstrs(CmpBB, CmpMI)) {
/external/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp142 bool canSpeculateInstrs(MachineBasicBlock *MBB);
176 /// canSpeculateInstrs - Returns true if all the instructions in MBB can safely
184 bool SSAIfConv::canSpeculateInstrs(MachineBasicBlock *MBB) { function in class:SSAIfConv
433 if (TBB != Tail && !canSpeculateInstrs(TBB))
435 if (FBB != Tail && !canSpeculateInstrs(FBB))

Completed in 102 milliseconds