Home
last modified time | relevance | path

Searched defs:SwitchWorkList (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DSwitchLoweringUtils.h247 using SwitchWorkList = SmallVector<SwitchWorkListItem, 4>; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSwitchLoweringUtils.h242 using SwitchWorkList = SmallVector<SwitchWorkListItem, 4>; variable
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h345 typedef SmallVector<SwitchWorkListItem, 4> SwitchWorkList; typedef