Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64StackTaggingPreRA.cpp353 SmallSetVector<int, 8> TaggedSlots; in runOnMachineFunction() local
359 TaggedSlots.insert(FI); in runOnMachineFunction()
368 for (int FI : TaggedSlots) in runOnMachineFunction()