Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1026 SmallPtrSet<MachineInstr *, 2> LiveOutMIs; in ValidateLiveOuts() local
1043 LiveOutMIs.insert(MI); in ValidateLiveOuts()
1053 SmallVector<MachineInstr *> Worklist(LiveOutMIs.begin(), LiveOutMIs.end()); in ValidateLiveOuts()