Searched defs:GCPtrLivenessData (Results 1 – 3 of 3) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | RewriteStatepointsForGC.cpp | 233 struct GCPtrLivenessData { struct 235 MapVector<BasicBlock *, SetVector<Value *>> KillSet; 239 MapVector<BasicBlock *, SetVector<Value *>> LiveSet; 243 MapVector<BasicBlock *, SetVector<Value *>> LiveIn; 247 MapVector<BasicBlock *, SetVector<Value *>> LiveOut;
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | RewriteStatepointsForGC.cpp | 139 struct GCPtrLivenessData { struct 141 MapVector<BasicBlock *, SetVector<Value *>> KillSet; 144 MapVector<BasicBlock *, SetVector<Value *>> LiveSet; 148 MapVector<BasicBlock *, SetVector<Value *>> LiveIn; 152 MapVector<BasicBlock *, SetVector<Value *>> LiveOut;
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
| D | RewriteStatepointsForGC.cpp | 235 struct GCPtrLivenessData { struct 237 MapVector<BasicBlock *, SetVector<Value *>> KillSet; 241 MapVector<BasicBlock *, SetVector<Value *>> LiveSet; 245 MapVector<BasicBlock *, SetVector<Value *>> LiveIn; 249 MapVector<BasicBlock *, SetVector<Value *>> LiveOut;
|