Searched defs:FnVarLocs (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 375 FunctionVarLocsBuilder *FnVarLocs; global() member in __anonaad91fb70211::MemLocFragmentFill 875 run(FunctionVarLocsBuilder * FnVarLocs) run() argument 1298 FunctionVarLocsBuilder *FnVarLocs; global() member in __anonaad91fb70211::AssignmentTrackingLowering 2152 buildOverlapMapAndRecordDeclares(Function & Fn,FunctionVarLocsBuilder * FnVarLocs,const DenseSet<DebugAggregate> & VarsWithStackSlot,AssignmentTrackingLowering::UntaggedStoreAssignmentMap & UntaggedStoreVars,unsigned & TrackedVariablesVectorSize) buildOverlapMapAndRecordDeclares() argument 2453 emitPromotedVarLocs(FunctionVarLocsBuilder * FnVarLocs) emitPromotedVarLocs() argument 2492 removeRedundantDbgLocsUsingBackwardScan(const BasicBlock * BB,FunctionVarLocsBuilder & FnVarLocs) removeRedundantDbgLocsUsingBackwardScan() argument 2590 removeRedundantDbgLocsUsingForwardScan(const BasicBlock * BB,FunctionVarLocsBuilder & FnVarLocs) removeRedundantDbgLocsUsingForwardScan() argument 2649 removeUndefDbgLocsFromEntryBlock(const BasicBlock * BB,FunctionVarLocsBuilder & FnVarLocs) removeUndefDbgLocsFromEntryBlock() argument 2734 removeRedundantDbgLocs(const BasicBlock * BB,FunctionVarLocsBuilder & FnVarLocs) removeRedundantDbgLocs() argument 2768 analyzeFunction(Function & Fn,const DataLayout & Layout,FunctionVarLocsBuilder * FnVarLocs) analyzeFunction() argument [all...] |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 507 FunctionVarLocs const *FnVarLocs = nullptr; initializeAnalysisResults() local 558 FunctionVarLocs const *FnVarLocs = nullptr; initializeAnalysisResults() local 1588 processSingleLocVars(FunctionLoweringInfo & FuncInfo,FunctionVarLocs const * FnVarLocs) processSingleLocVars() argument [all...] |
H A D | SelectionDAGBuilder.cpp | 1235 for (auto It = FnVarLocs->locs_begin(&I), End = FnVarLocs->locs_end(&I); in visitDbgInfo() local
|