Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveInterval.h401 const_iterator I = FindSegmentContaining(Idx); in getSegmentContaining()
408 iterator I = FindSegmentContaining(Idx); in getSegmentContaining()
414 const_iterator I = FindSegmentContaining(Idx); in getVNInfoAt()
422 const_iterator I = FindSegmentContaining(Idx.getPrevSlot()); in getVNInfoBefore()
428 iterator FindSegmentContaining(SlotIndex Idx) { in FindSegmentContaining() function
433 const_iterator FindSegmentContaining(SlotIndex Idx) const { in FindSegmentContaining() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp625 LiveInterval::iterator BS = IntB.FindSegmentContaining(CopyIdx); in adjustCopiesBackFrom()
636 LiveInterval::iterator AS = IntA.FindSegmentContaining(CopyUseIdx); in adjustCopiesBackFrom()
650 IntB.FindSegmentContaining(AValNo->def.getPrevSlot()); in adjustCopiesBackFrom()
687 LiveInterval::iterator SS = S.FindSegmentContaining(CopyIdx); in adjustCopiesBackFrom()
721 LiveInterval::iterator SS = S.FindSegmentContaining(CopyUseIdx); in adjustCopiesBackFrom()
869 LiveInterval::iterator US = IntA.FindSegmentContaining(UseIdx); in removeCopyByCommutingDef()
924 LiveInterval::iterator US = IntA.FindSegmentContaining(UseIdx); in removeCopyByCommutingDef()
3296 LiveRange::iterator I = LR.FindSegmentContaining(Def); in eraseInstrs()
H A DLiveIntervals.cpp524 LiveRange::iterator I = LI.FindSegmentContaining(Def); in computeDeadValues()
H A DRegAllocGreedy.cpp1554 if (EvictorLI.FindSegmentContaining(Cand.Intf.first()) == EvictorLI.end()) in splitCanCauseEvictionChain()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp656 LiveInterval::iterator I = LI.FindSegmentContaining(DefIdx); in moveAndTeeForMultiUse()