Home
last modified time | relevance | path

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

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