Lines Matching defs:Predicate
152 /// Predicate all instructions of the basic block with current condition
181 bool canConvertIf(MachineBasicBlock *MBB, bool Predicate = false);
186 bool Predicate = false);
438 bool SSAIfConv::canConvertIf(MachineBasicBlock *MBB, bool Predicate) {
481 if (!Predicate && (Tail->empty() || !Tail->front().isPHI())) {
540 if (Predicate) {
684 bool Predicate) {
695 if (Predicate)
700 if (Predicate)
1201 while (IfConv.canConvertIf(MBB, /*Predicate*/ true) && shouldConvertIf()) {
1204 IfConv.convertIf(RemovedBlocks, /*Predicate*/ true);