Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp276 InstrPosIndexes PosIndexes; member in __anon43a0a7eb0111::RegAllocFastImpl
484 static bool dominates(InstrPosIndexes &PosIndexes, const MachineInstr &A, in dominates() argument
487 PosIndexes.getIndex(A, IndexA); in dominates()
488 if (LLVM_UNLIKELY(PosIndexes.getIndex(B, IndexB))) in dominates()
489 PosIndexes.getIndex(A, IndexA); in dominates()
526 if (!SelfLoopDef || dominates(PosIndexes, DefInst, *SelfLoopDef)) in mayLiveOut()
551 !dominates(PosIndexes, *SelfLoopDef, UseInst)) { in mayLiveOut()
1775 PosIndexes.unsetInitialized(); in allocateBasicBlock()