Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSafeStackColoring.h35 struct BlockLifetimeInfo { struct
37 BitVector Begin;
39 BitVector End;
63 typedef DenseMap<BasicBlock *, BlockLifetimeInfo> LivenessMap; argument
DStackColoring.cpp255 struct BlockLifetimeInfo { struct in __anon68b6eed20111::StackColoring
257 BitVector Begin;
259 BitVector End;
261 BitVector LiveIn;
263 BitVector LiveOut;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSafeStackColoring.h42 struct BlockLifetimeInfo { struct
44 BitVector Begin;
47 BitVector End;
50 BitVector LiveIn;
76 using LivenessMap = DenseMap<BasicBlock *, BlockLifetimeInfo>; argument
DStackColoring.cpp388 struct BlockLifetimeInfo { struct in __anonaa01312a0111::StackColoring
390 BitVector Begin;
393 BitVector End;
396 BitVector LiveIn;
399 BitVector LiveOut;