Searched defs:ArgToAllocaMap (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 1762 SmallDenseMap<Argument *, AllocaInst *, 4> ArgToAllocaMap; in insertSpills() local 2871 salvageDebugInfoImpl(SmallDenseMap<Argument *, AllocaInst *, 4> &ArgToAllocaMap, in salvageDebugInfoImpl() 2951 SmallDenseMap<Argument *, AllocaInst *, 4> &ArgToAllocaMap, in salvageDebugInfo() 2993 SmallDenseMap<Argument *, AllocaInst *, 4> &ArgToAllocaMap, in salvageDebugInfo()
|
H A D | CoroSplit.cpp | 732 SmallDenseMap<Argument *, AllocaInst *, 4> ArgToAllocaMap; in salvageDebugInfo() local 1962 SmallDenseMap<Argument *, AllocaInst *, 4> ArgToAllocaMap; in splitCoroutine() local
|