Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp1371 void ConnectedVNInfoEqClasses::Distribute(LiveInterval &LI, LiveInterval *LIV[], in Distribute() argument
1393 MO.setReg(LIV[EqClass - 1]->reg()); in Distribute()
1422 = LIV[ComponentNum-1]->createSubRange(Allocator, SR.LaneMask); in Distribute()
1433 DistributeRange(LI, LIV, EqClass); in Distribute()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp202 LoopIdiomVectorize LIV(VecStyle, BCVF, &AR.DT, &AR.LI, &AR.TTI, DL); in run() local
203 if (!LIV.run(&L)) in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h1030 LLVM_ABI void Distribute(LiveInterval &LI, LiveInterval *LIV[],