Home
last modified time | relevance | path

Searched refs:EmptyExpr (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DInstrRefLDVTest.cpp55 DIExpression *EmptyExpr; member in InstrRefLDVTest
124 EmptyExpr = DIExpression::get(Ctx, {}); in SetUp()
1803 DbgValueProperties EmptyProps(EmptyExpr, false); in TEST_F()
1932 DbgValueProperties EmptyProps(EmptyExpr, false); in TEST_F()
2034 DbgValueProperties EmptyProps(EmptyExpr, false); in TEST_F()
2163 DbgValueProperties EmptyProps(EmptyExpr, false); in TEST_F()
2320 DbgValueProperties EmptyProps(EmptyExpr, false); in TEST_F()
2423 DbgValueProperties EmptyProps(EmptyExpr, false); in TEST_F()
2508 DbgValueProperties EmptyProps(EmptyExpr, false); in TEST_F()
2568 DbgValueProperties EmptyProps(EmptyExpr, false); in TEST_F()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h706 VLocTracker(const OverlapMap &O, const DIExpression *EmptyExpr) in VLocTracker() argument
707 : OverlappingFragments(O), EmptyProperties(EmptyExpr, false) {} in VLocTracker()
830 const DIExpression *EmptyExpr; variable
H A DInstrRefBasedImpl.cpp2678 DbgValueProperties EmptyProperties(EmptyExpr, false); in buildVLocValueMap()
2921 EmptyExpr = DIExpression::get(Context, {}); in initialSetup()
3208 vlocs.resize(MaxNumBlocks, VLocTracker(OverlapFragments, EmptyExpr)); in ExtendRanges()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp674 const DIExpression *EmptyExpr = in interpretValues() local
761 addToFwdRegWorklist(ForwardedRegWorklist, New.first, EmptyExpr, New.second); in interpretValues()
809 const DIExpression *EmptyExpr = in collectCallSiteParameters() local
815 ForwardedRegWorklist.insert({ArgReg.Reg, {{ArgReg.Reg, EmptyExpr}}}) in collectCallSiteParameters()