Searched refs:dumpIR (Results 1 – 3 of 3) sorted by relevance
20 std::string IRSnapshotChecker::dumpIR(const llvm::Function &F) const { in dumpIR() function in IRSnapshotChecker33 Snapshot.TextualIR = dumpIR(F); in takeSnapshot()
428 static void LLVM_ATTRIBUTE_UNUSED dumpIR(Function &F, const char *Label, in dumpIR() function1976 dumpIR(F, oss.str().c_str(), nullptr)); in transformScopes()1993 CHR_DEBUG(dumpIR(F, "before", nullptr)); in run()2051 CHR_DEBUG(dumpIR(F, "after", &Stats)); in run()
97 std::string dumpIR(const llvm::Function &F) const;