Home
last modified time | relevance | path

Searched refs:anyKillInMBBAfterIdx (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveIntervalAnalysis.h399 bool anyKillInMBBAfterIdx(const LiveInterval &li, const VNInfo *VNI,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveIntervalAnalysis.cpp1394 bool LiveIntervals::anyKillInMBBAfterIdx(const LiveInterval &li, in anyKillInMBBAfterIdx() function in LiveIntervals
1570 HasKill = anyKillInMBBAfterIdx(li, I->valno, MBB, index.getDefIndex()); in rewriteInstructionsForSpills()
1575 HasKill = anyKillInMBBAfterIdx(li, VNI, MBB, index.getDefIndex()); in rewriteInstructionsForSpills()