Searched defs:FnVarLocs (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 373 FunctionVarLocsBuilder *FnVarLocs; global() member in __anon504de5160211::MemLocFragmentFill 874 run(FunctionVarLocsBuilder * FnVarLocs) run() argument 1297 FunctionVarLocsBuilder *FnVarLocs; global() member in __anon504de5160211::AssignmentTrackingLowering 2145 buildOverlapMapAndRecordDeclares(Function & Fn,FunctionVarLocsBuilder * FnVarLocs,const DenseSet<DebugAggregate> & VarsWithStackSlot,AssignmentTrackingLowering::UntaggedStoreAssignmentMap & UntaggedStoreVars,unsigned & TrackedVariablesVectorSize) buildOverlapMapAndRecordDeclares() argument 2446 emitPromotedVarLocs(FunctionVarLocsBuilder * FnVarLocs) emitPromotedVarLocs() argument 2485 removeRedundantDbgLocsUsingBackwardScan(const BasicBlock * BB,FunctionVarLocsBuilder & FnVarLocs) removeRedundantDbgLocsUsingBackwardScan() argument 2583 removeRedundantDbgLocsUsingForwardScan(const BasicBlock * BB,FunctionVarLocsBuilder & FnVarLocs) removeRedundantDbgLocsUsingForwardScan() argument 2642 removeUndefDbgLocsFromEntryBlock(const BasicBlock * BB,FunctionVarLocsBuilder & FnVarLocs) removeUndefDbgLocsFromEntryBlock() argument 2727 removeRedundantDbgLocs(const BasicBlock * BB,FunctionVarLocsBuilder & FnVarLocs) removeRedundantDbgLocs() argument 2761 analyzeFunction(Function & Fn,const DataLayout & Layout,FunctionVarLocsBuilder * FnVarLocs) analyzeFunction() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 457 FunctionVarLocs const *FnVarLocs = nullptr; runOnMachineFunction() local 1479 processSingleLocVars(FunctionLoweringInfo & FuncInfo,FunctionVarLocs const * FnVarLocs) processSingleLocVars() argument [all...] |
H A D | SelectionDAGBuilder.cpp | 1222 if (FunctionVarLocs const *FnVarLocs = DAG.getFunctionVarLocs()) { visitDbgInfo() local
|