Home
last modified time | relevance | path

Searched refs:FnVarLocs (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp373 FunctionVarLocsBuilder *FnVarLocs; member in __anon3afac2c40211::MemLocFragmentFill
666 DebugVariable DbgVar = FnVarLocs->getVariable(VarLoc.VariableID); in addDef()
832 if (const auto *Locs = FnVarLocs->getWedge(&DVR)) { in process()
838 if (const auto *Locs = FnVarLocs->getWedge(&I)) { in process()
873 void run(FunctionVarLocsBuilder *FnVarLocs) { in run() argument
877 this->FnVarLocs = FnVarLocs; in run()
976 FnVarLocs->addVarLoc(InsertBefore, Var, Expr, FragMemLoc.DL, in run()
1274 FunctionVarLocsBuilder *FnVarLocs; member in __anon3afac2c40211::AssignmentTrackingLowering
1285 return FnVarLocs->insertVariable(Var); in getVariableID()
1360 bool emitPromotedVarLocs(FunctionVarLocsBuilder *FnVarLocs);
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp475 FunctionVarLocs const *FnVarLocs = nullptr; in initializeAnalysisResults() local
477 FnVarLocs = &FAM.getResult<DebugAssignmentTrackingAnalysis>(Fn); in initializeAnalysisResults()
485 CurDAG->init(*MF, *ORE, MFAM, LibInfo, UA, PSI, BFI, MMI, FnVarLocs, in initializeAnalysisResults()
528 FunctionVarLocs const *FnVarLocs = nullptr; in initializeAnalysisResults() local
530 FnVarLocs = MFP.getAnalysis<AssignmentTrackingAnalysis>().getResults(); in initializeAnalysisResults()
541 CurDAG->init(*MF, *ORE, &MFP, LibInfo, UA, PSI, BFI, MMI, FnVarLocs, in initializeAnalysisResults()
1605 FunctionVarLocs const *FnVarLocs) { in processSingleLocVars() argument
1606 for (auto It = FnVarLocs->single_locs_begin(), in processSingleLocVars()
1607 End = FnVarLocs->single_locs_end(); in processSingleLocVars()
1611 FnVarLocs->getDILocalVariable(It->VariableID), It->DL); in processSingleLocVars()
H A DSelectionDAGBuilder.cpp1230 if (FunctionVarLocs const *FnVarLocs = DAG.getFunctionVarLocs()) { in visitDbgInfo() local
1233 for (auto It = FnVarLocs->locs_begin(&I), End = FnVarLocs->locs_end(&I); in visitDbgInfo()
1235 auto *Var = FnVarLocs->getDILocalVariable(It->VariableID); in visitDbgInfo()
1246 FnVarLocs->getDILocalVariable(It->VariableID), in visitDbgInfo()
H A DSelectionDAG.cpp1385 FnVarLocs = VarLocs; in init()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h234 const FunctionVarLocs *FnVarLocs = nullptr;
476 FunctionVarLocs const *FnVarLocs, bool HasDivergency);
482 MachineModuleInfo &MMI, FunctionVarLocs const *FnVarLocs,
484 init(NewMF, NewORE, nullptr, LibraryInfo, UA, PSIin, BFIin, MMI, FnVarLocs,
514 const FunctionVarLocs *getFunctionVarLocs() const { return FnVarLocs; }