Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1015 SmallPtrSet<MachineInstr *, 2> LiveOutMIs; in ValidateLiveOuts() local
1032 LiveOutMIs.insert(MI); in ValidateLiveOuts()
1042 SmallVector<MachineInstr *> Worklist(LiveOutMIs.begin(), LiveOutMIs.end()); in ValidateLiveOuts()