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

/external/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp164 /// canConvertIf - If the sub-CFG headed by MBB can be if-converted,
166 bool canConvertIf(MachineBasicBlock *MBB);
168 /// convertIf - If-convert the last block passed to canConvertIf(), assuming
336 /// canConvertIf - analyze the sub-cfg rooted in MBB, and return true if it is
339 bool SSAIfConv::canConvertIf(MachineBasicBlock *MBB) { function in class:SSAIfConv
503 /// convertIf - Execute the if conversion after canConvertIf has determined the
509 assert(Head && Tail && TBB && FBB && "Call canConvertIf first.");
763 while (IfConv.canConvertIf(MBB) && shouldConvertIf()) {

Completed in 59 milliseconds