Home
last modified time | relevance | path

Searched refs:dumpIR (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DTracker.cpp20 std::string IRSnapshotChecker::dumpIR(const llvm::Function &F) const { in dumpIR() function in IRSnapshotChecker
33 Snapshot.TextualIR = dumpIR(F); in takeSnapshot()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp428 static void LLVM_ATTRIBUTE_UNUSED dumpIR(Function &F, const char *Label, in dumpIR() function
1976 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DTracker.h97 std::string dumpIR(const llvm::Function &F) const;