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

/external/swiftshader/third_party/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/swiftshader/third_party/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,
/external/llvm/lib/Transforms/Scalar/
H A DSink.cpp35 /// AllUsesDominatedByBlock - Return true if all uses of the specified value
37 static bool AllUsesDominatedByBlock(Instruction *Inst, BasicBlock *BB, function
134 return AllUsesDominatedByBlock(Inst, SuccToSinkTo, DT);
/external/llvm/lib/CodeGen/
H A DMachineSink.cpp129 bool AllUsesDominatedByBlock(unsigned Reg, MachineBasicBlock *MBB,
191 /// AllUsesDominatedByBlock - Return true if all uses of the specified register
196 MachineSinking::AllUsesDominatedByBlock(unsigned Reg, function in class:MachineSinking
627 if (!AllUsesDominatedByBlock(Reg, SuccToSinkTo, MBB,
641 if (AllUsesDominatedByBlock(Reg, SuccBlock, MBB,

Completed in 110 milliseconds