Home
last modified time | relevance | path

Searched defs:LiveSet (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h96 typedef std::set<RetOrArg> LiveSet; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h110 using LiveSet = std::set<RetOrArg>; variable
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dregister_pressure.h50 using LiveSet = std::unordered_set<Instruction*>; member
/external/deqp-deps/SPIRV-Tools/source/opt/
Dregister_pressure.h50 using LiveSet = std::unordered_set<Instruction*>; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp239 MapVector<BasicBlock *, SetVector<Value *>> LiveSet; member
267 StatepointLiveSetTy LiveSet; member
378 StatepointLiveSetTy LiveSet; in analyzeParsePointLiveness() local
1611 const auto &LiveSet = Result.LiveSet; in makeStatepointExplicit() local
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp144 MapVector<BasicBlock *, SetVector<Value *>> LiveSet; member
172 StatepointLiveSetTy LiveSet; member
282 StatepointLiveSetTy LiveSet; in analyzeParsePointLiveness() local
1465 const auto &LiveSet = Result.LiveSet; in makeStatepointExplicit() local
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DDeadArgumentElimination.cpp114 typedef std::set<RetOrArg> LiveSet; typedef in __anonb6162dc60111::DAE