Searched refs:ArgToAllocaMap (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroInternal.h | 43 SmallDenseMap<Argument *, AllocaInst *, 4> &ArgToAllocaMap, 46 SmallDenseMap<Argument *, AllocaInst *, 4> &ArgToAllocaMap,
|
| H A D | CoroFrame.cpp | 1005 SmallDenseMap<Argument *, AllocaInst *, 4> ArgToAllocaMap; in insertSpills() local 1138 coro::salvageDebugInfo(ArgToAllocaMap, *DDI, false /*UseEntryValue*/); in insertSpills() 1838 salvageDebugInfoImpl(SmallDenseMap<Argument *, AllocaInst *, 4> &ArgToAllocaMap, in salvageDebugInfoImpl() argument 1895 auto &Cached = ArgToAllocaMap[StorageAsArg]; in salvageDebugInfoImpl() 1917 SmallDenseMap<Argument *, AllocaInst *, 4> &ArgToAllocaMap, in salvageDebugInfo() argument 1927 ::salvageDebugInfoImpl(ArgToAllocaMap, UseEntryValue, F, OriginalStorage, in salvageDebugInfo() 1959 SmallDenseMap<Argument *, AllocaInst *, 4> &ArgToAllocaMap, in salvageDebugInfo() argument 1969 ::salvageDebugInfoImpl(ArgToAllocaMap, UseEntryValue, F, OriginalStorage, in salvageDebugInfo()
|
| H A D | CoroSplit.cpp | 642 SmallDenseMap<Argument *, AllocaInst *, 4> ArgToAllocaMap; in salvageDebugInfo() local 647 coro::salvageDebugInfo(ArgToAllocaMap, *DVI, UseEntryValue); in salvageDebugInfo() 649 coro::salvageDebugInfo(ArgToAllocaMap, *DVR, UseEntryValue); in salvageDebugInfo() 2025 SmallDenseMap<Argument *, AllocaInst *, 4> ArgToAllocaMap; in doSplitCoroutine() local 2028 coro::salvageDebugInfo(ArgToAllocaMap, *DDI, false /*UseEntryValue*/); in doSplitCoroutine() 2030 coro::salvageDebugInfo(ArgToAllocaMap, *DVR, false /*UseEntryValue*/); in doSplitCoroutine()
|