Home
last modified time | relevance | path

Searched refs:extendInBlock (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
DLiveRangeCalc.cpp146 if (LI->extendInBlock(Indexes->getMBBStartIdx(KillMBB), Kill)) in extend()
223 VNInfo *VNI = LI->extendInBlock(Start, End); in findReachingDefs()
DSplitKit.cpp892 VNInfo *VNI = LI->extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues()
912 VNInfo *VNI = LI->extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues()
DLiveInterval.cpp342 VNInfo *LiveInterval::extendInBlock(SlotIndex StartIdx, SlotIndex Kill) { in extendInBlock() function in LiveInterval
DLiveIntervalAnalysis.cpp664 if (VNInfo *ExtVNI = NewLI.extendInBlock(BlockStart, Idx)) { in shrinkToUses()
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h397 VNInfo *extendInBlock(SlotIndex StartIdx, SlotIndex Kill);