Home
last modified time | relevance | path

Searched defs:isLiveIn (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DLiveVariables.h283 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveIn() function
/external/llvm/lib/Target/MBlaze/
DMBlazeMachineFunction.h114 bool isLiveIn(int FI) { in isLiveIn() function
/external/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp280 bool MachineRegisterInfo::isLiveIn(unsigned Reg) const { in isLiveIn() function in MachineRegisterInfo
DPHIElimination.cpp616 bool PHIElimination::isLiveIn(unsigned Reg, MachineBasicBlock *MBB) { in isLiveIn() function in PHIElimination
DLiveVariables.cpp715 bool LiveVariables::VarInfo::isLiveIn(const MachineBasicBlock &MBB, in isLiveIn() function in LiveVariables::VarInfo
DMachineBasicBlock.cpp335 bool MachineBasicBlock::isLiveIn(unsigned Reg) const { in isLiveIn() function in MachineBasicBlock