Home
last modified time | relevance | path

Searched refs:nonconst_begin (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h150 iterator nonconst_begin() { return &PressureChanges[0]; } in nonconst_begin() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterPressure.cpp677 PressureDiff::iterator I = nonconst_begin(), E = nonconst_end(); in addPressureChange()