Searched refs:OldChild (Results 1 - 25 of 28) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h212 /// the OldChild entry in our children list with NewChild, and updates the
213 /// parent pointer of OldChild to be null and the NewChild to be this loop.
217 replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild) { argument
218 assert(OldChild->ParentLoop == this && "This loop is already broken!");
220 typename std::vector<LoopT *>::iterator I = find(SubLoops, OldChild);
221 assert(I != SubLoops.end() && "OldChild not in loop!");
223 OldChild->ParentLoop = nullptr;
H A DLoopInfo.h271 /// This is used when splitting loops up. It replaces the OldChild entry in
273 /// OldChild to be null and the NewChild to be this loop.
275 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
H A DLoopInfoImpl.h193 /// the OldChild entry in our children list with NewChild, and updates the
194 /// parent pointer of OldChild to be null and the NewChild to be this loop.
198 replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild) { argument
199 assert(OldChild->ParentLoop == this && "This loop is already broken!");
201 typename std::vector<LoopT *>::iterator I = find(SubLoops, OldChild);
202 assert(I != SubLoops.end() && "OldChild not in loop!");
204 OldChild->ParentLoop = nullptr;
H A DLoopInfo.h262 /// This is used when splitting loops up. It replaces the OldChild entry in
264 /// OldChild to be null and the NewChild to be this loop.
266 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
H A DLoopInfoImpl.h193 /// the OldChild entry in our children list with NewChild, and updates the
194 /// parent pointer of OldChild to be null and the NewChild to be this loop.
198 replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild) { argument
199 assert(OldChild->ParentLoop == this && "This loop is already broken!");
201 typename std::vector<LoopT *>::iterator I = find(SubLoops, OldChild);
202 assert(I != SubLoops.end() && "OldChild not in loop!");
204 OldChild->ParentLoop = nullptr;
H A DLoopInfo.h262 /// This is used when splitting loops up. It replaces the OldChild entry in
264 /// OldChild to be null and the NewChild to be this loop.
266 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
H A DLoopInfoImpl.h209 /// the OldChild entry in our children list with NewChild, and updates the
210 /// parent pointer of OldChild to be null and the NewChild to be this loop.
213 void LoopBase<BlockT, LoopT>::replaceChildLoopWith(LoopT *OldChild, argument
216 assert(OldChild->ParentLoop == this && "This loop is already broken!");
218 typename std::vector<LoopT *>::iterator I = find(SubLoops, OldChild);
219 assert(I != SubLoops.end() && "OldChild not in loop!");
221 OldChild->ParentLoop = nullptr;
H A DLoopInfo.h290 /// This is used when splitting loops up. It replaces the OldChild entry in
292 /// OldChild to be null and the NewChild to be this loop.
294 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
H A DLoopInfoImpl.h209 /// the OldChild entry in our children list with NewChild, and updates the
210 /// parent pointer of OldChild to be null and the NewChild to be this loop.
213 void LoopBase<BlockT, LoopT>::replaceChildLoopWith(LoopT *OldChild, argument
216 assert(OldChild->ParentLoop == this && "This loop is already broken!");
218 typename std::vector<LoopT *>::iterator I = find(SubLoops, OldChild);
219 assert(I != SubLoops.end() && "OldChild not in loop!");
221 OldChild->ParentLoop = nullptr;
H A DLoopInfo.h290 /// This is used when splitting loops up. It replaces the OldChild entry in
292 /// OldChild to be null and the NewChild to be this loop.
294 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
H A DLoopInfoImpl.h209 /// the OldChild entry in our children list with NewChild, and updates the
210 /// parent pointer of OldChild to be null and the NewChild to be this loop.
213 void LoopBase<BlockT, LoopT>::replaceChildLoopWith(LoopT *OldChild, argument
216 assert(OldChild->ParentLoop == this && "This loop is already broken!");
218 typename std::vector<LoopT *>::iterator I = find(SubLoops, OldChild);
219 assert(I != SubLoops.end() && "OldChild not in loop!");
221 OldChild->ParentLoop = nullptr;
H A DLoopInfo.h290 /// This is used when splitting loops up. It replaces the OldChild entry in
292 /// OldChild to be null and the NewChild to be this loop.
294 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
H A DLoopInfoImpl.h209 /// the OldChild entry in our children list with NewChild, and updates the
210 /// parent pointer of OldChild to be null and the NewChild to be this loop.
213 void LoopBase<BlockT, LoopT>::replaceChildLoopWith(LoopT *OldChild, argument
216 assert(OldChild->ParentLoop == this && "This loop is already broken!");
218 typename std::vector<LoopT *>::iterator I = find(SubLoops, OldChild);
219 assert(I != SubLoops.end() && "OldChild not in loop!");
221 OldChild->ParentLoop = nullptr;
H A DLoopInfo.h290 /// This is used when splitting loops up. It replaces the OldChild entry in
292 /// OldChild to be null and the NewChild to be this loop.
294 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h212 /// the OldChild entry in our children list with NewChild, and updates the
213 /// parent pointer of OldChild to be null and the NewChild to be this loop.
217 replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild) { argument
218 assert(OldChild->ParentLoop == this && "This loop is already broken!");
220 typename std::vector<LoopT *>::iterator I = find(SubLoops, OldChild);
221 assert(I != SubLoops.end() && "OldChild not in loop!");
223 OldChild->ParentLoop = nullptr;
H A DLoopInfo.h271 /// This is used when splitting loops up. It replaces the OldChild entry in
273 /// OldChild to be null and the NewChild to be this loop.
275 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
H A DLoopInfoImpl.h193 /// the OldChild entry in our children list with NewChild, and updates the
194 /// parent pointer of OldChild to be null and the NewChild to be this loop.
198 replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild) { argument
199 assert(OldChild->ParentLoop == this && "This loop is already broken!");
201 typename std::vector<LoopT *>::iterator I = find(SubLoops, OldChild);
202 assert(I != SubLoops.end() && "OldChild not in loop!");
204 OldChild->ParentLoop = nullptr;
H A DLoopInfo.h262 /// This is used when splitting loops up. It replaces the OldChild entry in
264 /// OldChild to be null and the NewChild to be this loop.
266 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
H A DLoopInfoImpl.h193 /// the OldChild entry in our children list with NewChild, and updates the
194 /// parent pointer of OldChild to be null and the NewChild to be this loop.
198 replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild) { argument
199 assert(OldChild->ParentLoop == this && "This loop is already broken!");
201 typename std::vector<LoopT *>::iterator I = find(SubLoops, OldChild);
202 assert(I != SubLoops.end() && "OldChild not in loop!");
204 OldChild->ParentLoop = nullptr;
H A DLoopInfo.h262 /// This is used when splitting loops up. It replaces the OldChild entry in
264 /// OldChild to be null and the NewChild to be this loop.
266 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
H A DLoopInfoImpl.h209 /// the OldChild entry in our children list with NewChild, and updates the
210 /// parent pointer of OldChild to be null and the NewChild to be this loop.
213 void LoopBase<BlockT, LoopT>::replaceChildLoopWith(LoopT *OldChild, argument
216 assert(OldChild->ParentLoop == this && "This loop is already broken!");
218 typename std::vector<LoopT *>::iterator I = find(SubLoops, OldChild);
219 assert(I != SubLoops.end() && "OldChild not in loop!");
221 OldChild->ParentLoop = nullptr;
H A DLoopInfo.h290 /// This is used when splitting loops up. It replaces the OldChild entry in
292 /// OldChild to be null and the NewChild to be this loop.
294 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
H A DLoopInfoImpl.h209 /// the OldChild entry in our children list with NewChild, and updates the
210 /// parent pointer of OldChild to be null and the NewChild to be this loop.
213 void LoopBase<BlockT, LoopT>::replaceChildLoopWith(LoopT *OldChild, argument
216 assert(OldChild->ParentLoop == this && "This loop is already broken!");
218 typename std::vector<LoopT *>::iterator I = find(SubLoops, OldChild);
219 assert(I != SubLoops.end() && "OldChild not in loop!");
221 OldChild->ParentLoop = nullptr;
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
H A DLoopInfoImpl.h209 /// the OldChild entry in our children list with NewChild, and updates the
210 /// parent pointer of OldChild to be null and the NewChild to be this loop.
213 void LoopBase<BlockT, LoopT>::replaceChildLoopWith(LoopT *OldChild, argument
216 assert(OldChild->ParentLoop == this && "This loop is already broken!");
218 typename std::vector<LoopT *>::iterator I = find(SubLoops, OldChild);
219 assert(I != SubLoops.end() && "OldChild not in loop!");
221 OldChild->ParentLoop = nullptr;
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
H A DLoopInfoImpl.h209 /// the OldChild entry in our children list with NewChild, and updates the
210 /// parent pointer of OldChild to be null and the NewChild to be this loop.
213 void LoopBase<BlockT, LoopT>::replaceChildLoopWith(LoopT *OldChild, argument
216 assert(OldChild->ParentLoop == this && "This loop is already broken!");
218 typename std::vector<LoopT *>::iterator I = find(SubLoops, OldChild);
219 assert(I != SubLoops.end() && "OldChild not in loop!");
221 OldChild->ParentLoop = nullptr;

Completed in 149 milliseconds

12