Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1151 bool RealUse = false; in findPreIndexCandidate() local
1160 RealUse = true; in findPreIndexCandidate()
1162 RealUse = true; in findPreIndexCandidate()
1165 return RealUse; in findPreIndexCandidate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18223 bool RealUse = false; in CombineToPreIndexedLoadStore() local
18234 RealUse = true; in CombineToPreIndexedLoadStore()
18237 if (!RealUse) in CombineToPreIndexedLoadStore()