Searched refs:InsertRes (Results 1 – 2 of 2) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/Rewrite/Core/ |
| HD | DeltaTree.cpp | 106 bool DoInsertion(unsigned FileIndex, int Delta, InsertResult *InsertRes); 108 void DoSplit(InsertResult &InsertRes); 180 InsertResult *InsertRes) { in DoInsertion() argument 215 assert(InsertRes && "No result location specified"); in DoInsertion() 216 DoSplit(*InsertRes); in DoInsertion() 218 if (InsertRes->Split.FileLoc > FileIndex) in DoInsertion() 219 InsertRes->LHS->DoInsertion(FileIndex, Delta, 0 /*can't fail*/); in DoInsertion() 221 InsertRes->RHS->DoInsertion(FileIndex, Delta, 0 /*can't fail*/); in DoInsertion() 227 if (!IN->Children[i]->DoInsertion(FileIndex, Delta, InsertRes)) in DoInsertion() 239 IN->Children[i] = InsertRes->LHS; in DoInsertion() [all …]
|
| /trueos/contrib/llvm/lib/Analysis/ |
| HD | MemoryDependenceAnalysis.cpp | 1080 InsertRes = Visited.insert(std::make_pair(*PI, Pointer.getAddr())); in getNonLocalPointerDepFromBB() local 1081 if (InsertRes.second) { in getNonLocalPointerDepFromBB() 1090 if (InsertRes.first->second != Pointer.getAddr()) { in getNonLocalPointerDepFromBB() 1136 InsertRes = Visited.insert(std::make_pair(Pred, PredPtrVal)); in getNonLocalPointerDepFromBB() local 1138 if (!InsertRes.second) { in getNonLocalPointerDepFromBB() 1144 if (InsertRes.first->second == PredPtrVal) in getNonLocalPointerDepFromBB()
|