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

  /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);
596 MarkVirtRegAliveInBlock(getVarInfo(*I),MRI->getVRegDef(*I)->getParent(),
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveVariables.cpp 88 void LiveVariables::MarkVirtRegAliveInBlock(VarInfo& VRInfo,
113 void LiveVariables::MarkVirtRegAliveInBlock(VarInfo &VRInfo,
117 MarkVirtRegAliveInBlock(VRInfo, DefBlock, MBB, WorkList);
122 MarkVirtRegAliveInBlock(VRInfo, DefBlock, Pred, WorkList);
175 MarkVirtRegAliveInBlock(VRInfo, MRI->getVRegDef(reg)->getParent(), *PI);
583 MarkVirtRegAliveInBlock(getVarInfo(*I),MRI->getVRegDef(*I)->getParent(),
  /external/swiftshader/third_party/llvm-7.0/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);
596 MarkVirtRegAliveInBlock(getVarInfo(*I),MRI->getVRegDef(*I)->getParent(),

Completed in 2290 milliseconds