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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackLifetime.h41 struct BlockLifetimeInfo { struct in class:llvm::StackLifetime
42 explicit BlockLifetimeInfo(unsigned Size) function in struct:llvm::StackLifetime::BlockLifetimeInfo
93 using LivenessMap = DenseMap<const BasicBlock *, BlockLifetimeInfo>;
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp128 BlockLifetimeInfo &BlockInfo =
186 BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond();
247 BlockLifetimeInfo &BlockInfo = IT.getSecond();
302 const BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond();
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp386 struct BlockLifetimeInfo { struct in class:__anon1963::StackColoring
401 using LivenessMap = DenseMap<const MachineBasicBlock *, BlockLifetimeInfo>;
541 const BlockLifetimeInfo &BlockInfo = BI->second;
729 BlockLifetimeInfo &BlockInfo = BlockLiveness[MBB];
784 BlockLifetimeInfo &BlockInfo = BI->second;
838 BlockLifetimeInfo &MBBLiveness = BlockLiveness[&MBB];

Completed in 63 milliseconds