HomeSort by relevance Sort by last modified time
    Searched refs:AllUsesDominatedByBlock (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 57 bool AllUsesDominatedByBlock(Instruction *Inst, BasicBlock *BB) const;
70 /// AllUsesDominatedByBlock - Return true if all uses of the specified value
72 bool Sinking::AllUsesDominatedByBlock(Instruction *Inst,
218 if (AllUsesDominatedByBlock(Inst, *SI)) {
  /external/llvm/lib/CodeGen/
MachineSink.cpp 90 bool AllUsesDominatedByBlock(unsigned Reg, MachineBasicBlock *MBB,
142 /// AllUsesDominatedByBlock - Return true if all uses of the specified register
147 MachineSinking::AllUsesDominatedByBlock(unsigned Reg,
520 if (!AllUsesDominatedByBlock(Reg, SuccToSinkTo, MBB,
533 if (AllUsesDominatedByBlock(Reg, SuccBlock, MBB,

Completed in 54 milliseconds