Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveRangeShrink.cpp137 unsigned CurrentOrder = IOM[&MI]; in runOnMachineFunction() local
144 UseMap[MO.getReg()] = std::make_pair(CurrentOrder, &MI); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3451 if (CurrentOrder[I] != I && CurrentOrder[I] != NumScalars) in findReusedOrderedScalars()
3456 CurrentOrder.clear(); in findReusedOrderedScalars()
3457 return CurrentOrder; in findReusedOrderedScalars()
3471 return CurrentOrder; in findReusedOrderedScalars()
3694 return CurrentOrder; in getReorderingData()
3698 return CurrentOrder; in getReorderingData()
5581 CurrentOrder.clear(); in canReuseExtract()
5609 CurrentOrder.assign(E, E); in canReuseExtract()
5632 CurrentOrder[I] = I; in canReuseExtract()
5636 CurrentOrder.clear(); in canReuseExtract()
[all …]
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h834 CurrentOrder = NewDebugEntry::OrderCounter++; in NewDebugEntry()
842 uint32_t CurrentOrder; member
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp840 return reinterpret_cast<const NewDebugEntry *>(V1.get())->CurrentOrder < in computeNewOffsets()
841 reinterpret_cast<const NewDebugEntry *>(V2.get())->CurrentOrder; in computeNewOffsets()