Home
last modified time | relevance | path

Searched defs:PostInlining (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DEntryExitInstrumenter.h33 bool PostInlining; member
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp69 static bool runOnFunction(Function &F, bool PostInlining) { in runOnFunction()