Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp345 SmallSetVector<int, 8> TaggedSlots; in runOnMachineFunction() local
351 TaggedSlots.insert(FI); in runOnMachineFunction()
360 for (int FI : TaggedSlots) in runOnMachineFunction()