Home
last modified time | relevance | path

Searched defs:BlockLifetimeInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackLifetime.h41 struct BlockLifetimeInfo { struct
42 explicit BlockLifetimeInfo(unsigned Size) in BlockLifetimeInfo() argument
46 BeginBlockLifetimeInfo global() argument
49 EndBlockLifetimeInfo global() argument
52 LiveInBlockLifetimeInfo global() argument
55 LiveOutBlockLifetimeInfo global() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp386 struct BlockLifetimeInfo { struct in __anon570007070111::StackColoring
388 BitVector Begin;
391 BitVector End;
394 BitVector LiveIn;
397 BitVector LiveOut;