Home
last modified time | relevance | path

Searched defs:updateRange (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp134 void updateRange(const ConstantRange &R) { Range = unionNoWrap(Range, R); } in updateRange() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp1089 void updateRange(LiveRange &LR, Register Reg, LaneBitmask LaneMask) { in updateRange() function in LiveIntervals::HMEditor