Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Utils/
DDebugify.cpp202 static bool applyDebugify(Function &F) { in applyDebugify() function
209 static bool applyDebugify(Module &M) { in applyDebugify() function
399 bool runOnModule(Module &M) override { return applyDebugify(M); } in runOnModule()
413 bool runOnFunction(Function &F) override { return applyDebugify(F); } in runOnFunction()
547 applyDebugify(*const_cast<Function *>(any_cast<const Function *>(IR))); in registerCallbacks()
549 applyDebugify(*const_cast<Module *>(any_cast<const Module *>(IR))); in registerCallbacks()