Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp373 FunctionVarLocsBuilder *FnVarLocs; member in __anon71b57efa0211::MemLocFragmentFill
874 void run(FunctionVarLocsBuilder *FnVarLocs) { in run() argument
878 this->FnVarLocs = FnVarLocs; in run()
1297 FunctionVarLocsBuilder *FnVarLocs; member in __anon71b57efa0211::AssignmentTrackingLowering
1391 bool run(FunctionVarLocsBuilder *FnVarLocs);
1638 DebugVariable V = FnVarLocs->getVariable(Var); in processUntaggedInstruction()
2283 FnVarLocs = FnVarLocsBuilder; in run()
2446 FunctionVarLocsBuilder *FnVarLocs) { in emitPromotedVarLocs() argument
2773 Changed = Pass.run(FnVarLocs); in analyzeFunction()
2779 Pass.run(FnVarLocs); in analyzeFunction()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp457 FunctionVarLocs const *FnVarLocs = nullptr; in runOnMachineFunction() local
459 FnVarLocs = getAnalysis<AssignmentTrackingAnalysis>().getResults(); in runOnMachineFunction()
466 CurDAG->init(*MF, *ORE, this, LibInfo, UA, PSI, BFI, FnVarLocs); in runOnMachineFunction()
1479 FunctionVarLocs const *FnVarLocs) { in processSingleLocVars() argument
1480 for (auto It = FnVarLocs->single_locs_begin(), in processSingleLocVars()
1481 End = FnVarLocs->single_locs_end(); in processSingleLocVars()
1485 FnVarLocs->getDILocalVariable(It->VariableID), It->DL); in processSingleLocVars()
H A DSelectionDAGBuilder.cpp1222 if (FunctionVarLocs const *FnVarLocs = DAG.getFunctionVarLocs()) { in visitDbgInfo() local
1225 for (auto It = FnVarLocs->locs_begin(&I), End = FnVarLocs->locs_end(&I); in visitDbgInfo()
1227 auto *Var = FnVarLocs->getDILocalVariable(It->VariableID); in visitDbgInfo()
1240 FnVarLocs->getDILocalVariable(It->VariableID), in visitDbgInfo()
H A DSelectionDAG.cpp1342 FnVarLocs = VarLocs; in init()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h230 const FunctionVarLocs *FnVarLocs = nullptr;
459 BlockFrequencyInfo *BFIin, FunctionVarLocs const *FnVarLocs);
484 const FunctionVarLocs *getFunctionVarLocs() const { return FnVarLocs; }