Searched refs:getPrevIndex (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp184 HexagonBlockRanges::IndexType HexagonBlockRanges::InstrIndexMap::getPrevIndex( function in class:HexagonBlockRanges::InstrIndexMap
447 IndexType DE = IndexMap.getPrevIndex(A->start());
458 IndexType DE = IndexMap.getPrevIndex(A->start());
H A DHexagonBlockRanges.h129 IndexType getPrevIndex(IndexType Idx) const;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h299 SlotIndex getPrevIndex() const { function in class:llvm::SlotIndex
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1271 Idx = Idx.getPrevIndex();
1383 Start = Start.getPrevIndex();
H A DRegAllocGreedy.cpp1524 Cand.Intf.first().getPrevIndex(), Cand.Intf.last());
1551 if (!Matrix->checkInterference(Cand.Intf.first().getPrevIndex(),
1567 Cand.Intf.first().getPrevIndex(), Cand.Intf.last());

Completed in 172 milliseconds