Searched defs:isLiveIn (Results 1 - 14 of 14) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
H A DLiveVariables.h105 /// isLiveIn - Is Reg live in to MBB? This means that Reg is live through
108 bool isLiveIn(const MachineBasicBlock &MBB,
283 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { function in class:llvm::LiveVariables
284 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
H A DLiveVariables.h105 /// isLiveIn - Is Reg live in to MBB? This means that Reg is live through
108 bool isLiveIn(const MachineBasicBlock &MBB,
283 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { function in class:llvm::LiveVariables
284 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
H A DLiveVariables.h105 /// isLiveIn - Is Reg live in to MBB? This means that Reg is live through
108 bool isLiveIn(const MachineBasicBlock &MBB,
283 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { function in class:llvm::LiveVariables
284 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
H A DLiveVariables.h105 /// isLiveIn - Is Reg live in to MBB? This means that Reg is live through
108 bool isLiveIn(const MachineBasicBlock &MBB,
283 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { function in class:llvm::LiveVariables
284 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
H A DLiveVariables.h105 /// isLiveIn - Is Reg live in to MBB? This means that Reg is live through
108 bool isLiveIn(const MachineBasicBlock &MBB,
283 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { function in class:llvm::LiveVariables
284 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
H A DLiveVariables.h105 /// isLiveIn - Is Reg live in to MBB? This means that Reg is live through
108 bool isLiveIn(const MachineBasicBlock &MBB,
283 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { function in class:llvm::LiveVariables
284 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
H A DLiveVariables.h105 /// isLiveIn - Is Reg live in to MBB? This means that Reg is live through
108 bool isLiveIn(const MachineBasicBlock &MBB,
283 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { function in class:llvm::LiveVariables
284 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
H A DLiveVariables.h105 /// isLiveIn - Is Reg live in to MBB? This means that Reg is live through
108 bool isLiveIn(const MachineBasicBlock &MBB,
283 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { function in class:llvm::LiveVariables
284 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI);
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
H A DLiveVariables.h105 /// isLiveIn - Is Reg live in to MBB? This means that Reg is live through
108 bool isLiveIn(const MachineBasicBlock &MBB,
283 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { function in class:llvm::LiveVariables
284 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI);
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
H A DLiveVariables.h105 /// isLiveIn - Is Reg live in to MBB? This means that Reg is live through
108 bool isLiveIn(const MachineBasicBlock &MBB,
283 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { function in class:llvm::LiveVariables
284 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
H A DLiveVariables.h105 /// isLiveIn - Is Reg live in to MBB? This means that Reg is live through
108 bool isLiveIn(const MachineBasicBlock &MBB,
283 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { function in class:llvm::LiveVariables
284 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
H A DLiveVariables.h105 /// isLiveIn - Is Reg live in to MBB? This means that Reg is live through
108 bool isLiveIn(const MachineBasicBlock &MBB,
283 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { function in class:llvm::LiveVariables
284 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI);
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
H A DLiveVariables.h105 /// isLiveIn - Is Reg live in to MBB? This means that Reg is live through
108 bool isLiveIn(const MachineBasicBlock &MBB,
283 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { function in class:llvm::LiveVariables
284 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI);
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
H A DLiveVariables.h105 /// isLiveIn - Is Reg live in to MBB? This means that Reg is live through
108 bool isLiveIn(const MachineBasicBlock &MBB,
283 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { function in class:llvm::LiveVariables
284 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI);

Completed in 348 milliseconds