HomeSort by relevance Sort by last modified time
    Searched refs:MarkVirtRegAliveInBlock (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 272 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
274 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 92 void LiveVariables::MarkVirtRegAliveInBlock(VarInfo& VRInfo,
118 void LiveVariables::MarkVirtRegAliveInBlock(VarInfo &VRInfo,
122 MarkVirtRegAliveInBlock(VRInfo, DefBlock, MBB, WorkList);
127 MarkVirtRegAliveInBlock(VRInfo, DefBlock, Pred, WorkList);
179 MarkVirtRegAliveInBlock(VRInfo, MRI->getVRegDef(reg)->getParent(), *PI);
617 MarkVirtRegAliveInBlock(getVarInfo(*I),MRI->getVRegDef(*I)->getParent(),

Completed in 830 milliseconds