Searched refs:AllocaUseVisitor (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp493 struct AllocaUseVisitor : PtrUseVisitor<AllocaUseVisitor> { struct in namespace:__anon5515
494 using Base = PtrUseVisitor<AllocaUseVisitor>;
495 AllocaUseVisitor(const DataLayout &DL, const DominatorTree &DT, function in struct:__anon5515::AllocaUseVisitor
527 AllocaUseVisitor Visitor(DL, DT, CB);

Completed in 265 milliseconds