HomeSort by: relevance | last modified time | path
    Searched refs:DestroyAddr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroElide.cpp 31 DenseMap<CoroBeginInst *, SmallVector<CoroSubFnInst *, 4>> DestroyAddr;
165 const auto &It = DestroyAddr.find(CB);
166 assert(It != DestroyAddr.end());
234 for (auto &It : DestroyAddr) {
292 DestroyAddr.clear();
316 DestroyAddr[CB].push_back(II);
339 for (auto &It : DestroyAddr)
CoroSplit.cpp 1101 auto *DestroyAddr = Builder.CreateStructGEP(
1104 Builder.CreateStore(DestroyOrCleanupFn, DestroyAddr);

Completed in 20 milliseconds