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 58 bool AllUsesDominatedByBlock(Instruction *Inst, BasicBlock *BB) const;
72 /// AllUsesDominatedByBlock - Return true if all uses of the specified value
74 bool Sinking::AllUsesDominatedByBlock(Instruction *Inst,
214 return AllUsesDominatedByBlock(Inst, SuccToSinkTo);
  /external/llvm/lib/CodeGen/
MachineSink.cpp 89 bool AllUsesDominatedByBlock(unsigned Reg, MachineBasicBlock *MBB,
151 /// AllUsesDominatedByBlock - Return true if all uses of the specified register
156 MachineSinking::AllUsesDominatedByBlock(unsigned Reg,
528 if (!AllUsesDominatedByBlock(Reg, SuccToSinkTo, MBB,
544 if (AllUsesDominatedByBlock(Reg, SuccBlock, MBB,

Completed in 519 milliseconds