HomeSort by relevance Sort by last modified time
    Searched defs:isLiveIn (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 114 /// isLiveIn - Is Reg live in to MBB? This means that Reg is live through
117 bool isLiveIn(const MachineBasicBlock &MBB,
292 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) {
293 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI);
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 181 bool MachineRegisterInfo::isLiveIn(unsigned Reg) const {
LiveVariables.cpp 685 bool LiveVariables::VarInfo::isLiveIn(const MachineBasicBlock &MBB,
767 if (!VI.AliveBlocks.test(NumNew) && VI.isLiveIn(*SuccBB, Reg, *MRI))
MachineBasicBlock.cpp 267 bool MachineBasicBlock::isLiveIn(unsigned Reg) const {
  /external/llvm/lib/Target/MBlaze/
MBlazeMachineFunction.h 115 bool isLiveIn(int FI) {

Completed in 1858 milliseconds