Searched refs:trackAssignments (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | DebugInfo.h | 261 void trackAssignments(Function::iterator Start, Function::iterator End,
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | AssignmentTracking.md | 216 * `trackAssignments` doesn't yet work for variables that have their
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 1807 void at::trackAssignments(Function::iterator Start, Function::iterator End, in trackAssignments() function in at 1934 trackAssignments(F.begin(), F.end(), Vars, *DL); in runOnFunction()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 1788 at::trackAssignments(Start, End, collectEscapedLocals(*DL, CB), *DL); in trackInlinedStores()
|