Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp55 struct WorklistEntry { struct
56 enum EntryKind {
62 struct GVInitTy {
66 struct AppendingGVTy {
70 struct GlobalAliaseeTy {
75 unsigned Kind : 2;
76 unsigned MCID : 29;
77 unsigned AppendingGVIsOldCtorDtor : 1;
78 unsigned AppendingGVNumNewMembers;
79 union {
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp945 FunctionLoweringInfo::SwiftErrorVRegs &WorklistEntry = in copySwiftErrorsToFinalVRegs() local