Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DLiveIntervals.h461 void printInstrs(raw_ostream &O) const;
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DLiveIntervals.cpp168 printInstrs(OS); in print()
171 void LiveIntervals::printInstrs(raw_ostream &OS) const { in printInstrs() function in LiveIntervals
178 printInstrs(dbgs()); in dumpInstrs()