Searched refs:Ends (Results 1 – 8 of 8) sorted by relevance
126 Ends.push_back(ScEnd); in insert()1222 SmallVector<TrackingVH<Value> , 2> Ends; in addRuntimeCheck() local1236 Ends.push_back(Ptr); in addRuntimeCheck()1245 Value *End = Exp.expandCodeFor(PtrRtCheck.Ends[i], PtrArithTy, Loc); in addRuntimeCheck()1247 Ends.push_back(End); in addRuntimeCheck()1262 assert((AS0 == Ends[j]->getType()->getPointerAddressSpace()) && in addRuntimeCheck()1263 (AS1 == Ends[i]->getType()->getPointerAddressSpace()) && in addRuntimeCheck()1271 Value *End0 = ChkBuilder.CreateBitCast(Ends[i], PtrArithTy1, "bc"); in addRuntimeCheck()1272 Value *End1 = ChkBuilder.CreateBitCast(Ends[j], PtrArithTy0, "bc"); in addRuntimeCheck()
319 Ends.clear(); in reset()361 SmallVector<const SCEV*, 2> Ends; member
110 ; // Ends statement above
192 call BlowUp() // Ends up calling the terminate() method in use
4814 SmallSet<Instruction*, 8> Ends; in calculateRegisterUsage() local4844 Ends.insert(Instr); in calculateRegisterUsage()4866 if (!Ends.count(I)) continue; in calculateRegisterUsage()
708 desc: 3-5-3 Ends in the middle of an encoded delta value;\
280 Using the C and C++ Front Ends