Home
last modified time | relevance | path

Searched refs:findDefinedVNInfoForRegInt (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveInterval.h436 VNInfo *findDefinedVNInfoForRegInt(SlotIndex Idx) const;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveInterval.cpp358 VNInfo *LiveInterval::findDefinedVNInfoForRegInt(SlotIndex Idx) const { in findDefinedVNInfoForRegInt() function in LiveInterval
DLiveIntervalAnalysis.cpp1573 const VNInfo *VNI = li.findDefinedVNInfoForRegInt(index.getDefIndex()); in rewriteInstructionsForSpills()