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

/external/llvm/lib/Transforms/Scalar/
H A DSink.cpp56 bool AllUsesDominatedByBlock(Instruction *Inst, BasicBlock *BB) const;
69 /// AllUsesDominatedByBlock - Return true if all uses of the specified value
71 bool Sinking::AllUsesDominatedByBlock(Instruction *Inst, function in class:Sinking
217 if (AllUsesDominatedByBlock(Inst, *SI)) {
/external/llvm/lib/CodeGen/
H A DMachineSink.cpp90 bool AllUsesDominatedByBlock(unsigned Reg, MachineBasicBlock *MBB,
137 /// AllUsesDominatedByBlock - Return true if all uses of the specified register
142 MachineSinking::AllUsesDominatedByBlock(unsigned Reg, function in class:MachineSinking
491 if (!AllUsesDominatedByBlock(Reg, SuccToSinkTo, ParentBlock,
503 if (AllUsesDominatedByBlock(Reg, *SI, ParentBlock,

Completed in 101 milliseconds