Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp85 RegList LocalUses; in INITIALIZE_PASS() local
94 LocalUses.push_back(Reg); in INITIALIZE_PASS()
106 InsertUsesDefs(LocalUses, Uses); in INITIALIZE_PASS()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2161 SmallVector<SUnit*,8> LocalUses; in constrainLocalCopy() local
2172 LocalUses.push_back(Succ.getSUnit()); in constrainLocalCopy()
2191 for (SUnit *LU : LocalUses) { in constrainLocalCopy()