HomeSort by: relevance | last modified time | path
    Searched defs:BlockLifetimeInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
StackLifetime.h 42 struct BlockLifetimeInfo {
43 explicit BlockLifetimeInfo(unsigned Size)
94 using LivenessMap = DenseMap<const BasicBlock *, BlockLifetimeInfo>;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
StackColoring.cpp 418 struct BlockLifetimeInfo {
433 using LivenessMap = DenseMap<const MachineBasicBlock *, BlockLifetimeInfo>;
576 const BlockLifetimeInfo &BlockInfo = BI->second;
762 BlockLifetimeInfo &BlockInfo = BlockLiveness[MBB];
817 BlockLifetimeInfo &BlockInfo = BI->second;
871 BlockLifetimeInfo &MBBLiveness = BlockLiveness[&MBB];

Completed in 17 milliseconds