Lines Matching defs:Captured
80 LLVM_DEBUG(dbgs() << "Captured due to too many uses\n");
81 Captured = true;
88 LLVM_DEBUG(dbgs() << "Captured by: " << *U->getUser() << "\n");
90 Captured = true;
96 bool Captured = false;
110 void tooManyUses() override { Captured = true; }
136 Captured = true;
146 bool Captured = false;
165 Captured = true;
178 Captured = true;
191 bool Captured = false;
215 LLVM_DEBUG(dbgs() << "Captured?: " << *V << " = ");
219 if (SCT.Captured)
225 return SCT.Captured;
254 if (CB.Captured)
258 return CB.Captured;
270 if (CB.Captured)