Home | History | Annotate | Download | only in src

Lines Matching refs:InstPhi

238   bool IsPhi = llvm::isa<InstPhi>(this);
397 InstPhi::InstPhi(Cfg *Func, SizeT MaxSrcs, Variable *Dest)
406 void InstPhi::addArgument(Operand *Source, CfgNode *Label) {
414 Operand *InstPhi::getOperandForTarget(CfgNode *Target) const {
425 void InstPhi::clearOperandForTarget(CfgNode *Target) {
439 void InstPhi::livenessPhiOperand(LivenessBV &Live, CfgNode *Target,
462 Inst *InstPhi::lower(Cfg *Func) {
907 void InstPhi::dump(const Cfg *Func) const {