HomeSort by relevance Sort by last modified time
    Searched defs:CurAST (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LoopVersioningLICM.cpp 169 Preheader(nullptr), CurLoop(nullptr), CurAST(nullptr),
187 AliasSetTracker *CurAST; // AliasSet information for the current loop.
280 for (const auto &I : *CurAST) {
524 CurAST = new AliasSetTracker(*AA);
529 CurAST->add(*Block); // Incorporate the specified basic block
552 delete CurAST;
LICM.cpp 89 const Loop *CurLoop, AliasSetTracker *CurAST,
98 AliasSetTracker *CurAST);
105 Loop *CurLoop, AliasSetTracker *CurAST,
222 AliasSetTracker *CurAST = collectAliasInfoForLoop(L, LI, AA);
243 CurAST, &SafetyInfo);
246 CurAST, &SafetyInfo);
256 for (AliasSet &AS : *CurAST)
258 AS, ExitBlocks, InsertPts, PIC, LI, DT, TLI, L, CurAST, &SafetyInfo);
281 LoopToAliasSetMap[L] = CurAST;
283 delete CurAST;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopVersioningLICM.cpp 185 CurAST.reset();
214 std::unique_ptr<AliasSetTracker> CurAST;
313 for (const auto &I : *CurAST) {
605 CurAST.reset(new AliasSetTracker(*AA));
611 CurAST->add(*Block); // Incorporate the specified basic block
LICM.cpp 110 AliasSetTracker *CurAST);
257 AliasSetTracker *CurAST = collectAliasInfoForLoop(L, LI, AA);
278 CurAST, &SafetyInfo, ORE);
281 CurAST, &SafetyInfo, ORE);
311 for (AliasSet &AS : *CurAST) {
329 CurAST, &SafetyInfo, ORE);
355 LoopToAliasSetMap[L] = CurAST;
357 delete CurAST;
372 AliasSetTracker *CurAST, LoopSafetyInfo *SafetyInfo,
377 CurLoop != nullptr && CurAST != nullptr && SafetyInfo != nullptr &
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LICM.cpp 103 AliasSetTracker *CurAST; // AliasSet information for the current loop...
165 return CurAST->getAliasSetForPointer(V, Size, TBAAInfo).isMod();
197 CurAST = new AliasSetTracker(*AA);
206 CurAST->add(*InnerAST);
227 CurAST->add(*BB); // Incorporate the specified basic block
249 for (AliasSetTracker::iterator I = CurAST->begin(), E = CurAST->end();
261 LoopToAliasSetMap[L] = CurAST;
263 delete CurAST;
297 CurAST->deleteValue(&I)
    [all...]

Completed in 121 milliseconds