Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DLiveVariables.h289 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.cpp191 bool MachineRegisterInfo::isLiveIn(unsigned Reg) const { in isLiveIn() function in MachineRegisterInfo
DMachineBasicBlock.cpp328 bool MachineBasicBlock::isLiveIn(unsigned Reg) const { in isLiveIn() function in MachineBasicBlock
DLiveVariables.cpp739 bool LiveVariables::VarInfo::isLiveIn(const MachineBasicBlock &MBB, in isLiveIn() function in LiveVariables::VarInfo