Searched refs:ToBeDeleted (Results 1 – 4 of 4) sorted by relevance
99 CallInst *ToBeDeleted = nullptr; in removePassThroughBuiltin() local103 if (ToBeDeleted) { in removePassThroughBuiltin()104 ToBeDeleted->eraseFromParent(); in removePassThroughBuiltin()105 ToBeDeleted = nullptr; in removePassThroughBuiltin()119 ToBeDeleted = Call; in removePassThroughBuiltin()129 CallInst *ToBeDeleted = nullptr; in removeCompareBuiltin() local133 if (ToBeDeleted) { in removeCompareBuiltin()134 ToBeDeleted->eraseFromParent(); in removeCompareBuiltin()135 ToBeDeleted = nullptr; in removeCompareBuiltin()159 ToBeDeleted = Call; in removeCompareBuiltin()
111 ICmpInst *ToBeDeleted = nullptr; in adjustICmpToBuiltin() local115 if (ToBeDeleted) { in adjustICmpToBuiltin()116 ToBeDeleted->eraseFromParent(); in adjustICmpToBuiltin()117 ToBeDeleted = nullptr; in adjustICmpToBuiltin()152 ToBeDeleted = Icmp; in adjustICmpToBuiltin()
907 SmallVector<Instruction *, 4> ToBeDeleted; in createParallel() local923 ToBeDeleted.push_back(TIDAddr); in createParallel()924 ToBeDeleted.push_back(ZeroAddr); in createParallel()971 ToBeDeleted.push_back(Builder.CreateLoad(Int32, TIDAddr, "tid.addr.use")); in createParallel()974 ToBeDeleted.push_back(ZeroAddrUse); in createParallel()1086 for (Instruction *I : ToBeDeleted) in createParallel()
288 SmallVector<unsigned, 8> ToBeDeleted; in foreachUse() local289 ToBeDeleted.clear(); in foreachUse()296 ToBeDeleted.push_back(Idx); in foreachUse()302 while (!ToBeDeleted.empty()) { in foreachUse()303 unsigned Idx = ToBeDeleted.pop_back_val(); in foreachUse()