Searched defs:ArgToAllocaMap (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1005 SmallDenseMap<Argument *, AllocaInst *, 4> ArgToAllocaMap; in insertSpills() local 1838 salvageDebugInfoImpl(SmallDenseMap<Argument *, AllocaInst *, 4> &ArgToAllocaMap, in salvageDebugInfoImpl() 1917 SmallDenseMap<Argument *, AllocaInst *, 4> &ArgToAllocaMap, in salvageDebugInfo() 1959 SmallDenseMap<Argument *, AllocaInst *, 4> &ArgToAllocaMap, in salvageDebugInfo()
|
| H A D | CoroSplit.cpp | 642 SmallDenseMap<Argument *, AllocaInst *, 4> ArgToAllocaMap; in salvageDebugInfo() local 2025 SmallDenseMap<Argument *, AllocaInst *, 4> ArgToAllocaMap; in doSplitCoroutine() local
|