Searched refs:VarInfo (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DLiveVariables.h55 /// VarInfo - This represents the regions where a virtual register is live in
81 struct VarInfo { struct in class:llvm::LiveVariables
122 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
270 /// getVarInfo - Return the VarInfo structure for the specified VIRTUAL
272 VarInfo &getVarInfo(unsigned RegIdx);
274 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
276 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DDIBuilder.h533 /// @param VarInfo Variable's debug info descriptor.
535 Instruction *insertDeclare(llvm::Value *Storage, DIVariable VarInfo,
540 /// @param VarInfo Variable's debug info descriptor.
542 Instruction *insertDeclare(llvm::Value *Storage, DIVariable VarInfo,
549 /// @param VarInfo Variable's debug info descriptor.
552 DIVariable VarInfo,
558 /// @param VarInfo Variable's debug info descriptor.
561 DIVariable VarInfo,
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DLiveVariables.cpp60 LiveVariables::VarInfo::findKill(const MachineBasicBlock *MBB) const {
67 void LiveVariables::VarInfo::dump() const {
84 /// getVarInfo - Get (possibly creating) a VarInfo object for the given vreg.
85 LiveVariables::VarInfo &LiveVariables::getVarInfo(unsigned RegIdx) {
92 void LiveVariables::MarkVirtRegAliveInBlock(VarInfo& VRInfo,
118 void LiveVariables::MarkVirtRegAliveInBlock(VarInfo &VRInfo,
137 VarInfo& VRInfo = getVarInfo(reg);
183 VarInfo &VRInfo = getVarInfo(Reg);
702 VarInfo &VI = getVarInfo(Reg);
716 assert(removed && "kill not in register's VarInfo
[all...]
H A DPHIElimination.cpp252 LiveVariables::VarInfo &VI = LV->getVarInfo(IncomingReg);
270 // for the VarInfo is not filled in.
H A DMachineVerifier.cpp972 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg);
1272 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg);
H A DLiveIntervalAnalysis.cpp210 LiveVariables::VarInfo& vi = LV->getVarInfo(interval.reg);
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DDIBuilder.cpp987 Instruction *DIBuilder::insertDeclare(Value *Storage, DIVariable VarInfo, argument
990 assert(VarInfo.Verify() && "empty DIVariable passed to dbg.declare");
994 Value *Args[] = { MDNode::get(Storage->getContext(), Storage), VarInfo };
999 Instruction *DIBuilder::insertDeclare(Value *Storage, DIVariable VarInfo, argument
1002 assert(VarInfo.Verify() && "invalid DIVariable passed to dbg.declare");
1006 Value *Args[] = { MDNode::get(Storage->getContext(), Storage), VarInfo };
1018 DIVariable VarInfo,
1021 assert(VarInfo.Verify() && "invalid DIVariable passed to dbg.value");
1027 VarInfo };
1033 DIVariable VarInfo,
1017 insertDbgValueIntrinsic(Value *V, uint64_t Offset, DIVariable VarInfo, Instruction *InsertBefore) argument
1032 insertDbgValueIntrinsic(Value *V, uint64_t Offset, DIVariable VarInfo, BasicBlock *InsertAtEnd) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp243 LiveVariables::VarInfo &VI = LV->getVarInfo(Reg);

Completed in 152 milliseconds