Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h467 void printInstrs(raw_ostream &O) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveIntervals.cpp175 printInstrs(OS); in print()
178 void LiveIntervals::printInstrs(raw_ostream &OS) const { in printInstrs() function in LiveIntervals
185 printInstrs(dbgs()); in dumpInstrs()