Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp32 FPI.BlocksReachedFromConditionalInstruction += BI->getNumSuccessors(); in getFunctionPropertiesInfo()
34 FPI.BlocksReachedFromConditionalInstruction += in getFunctionPropertiesInfo()
63 << BlocksReachedFromConditionalInstruction << "\n" in print()
H A DMLInlineAdvisor.cpp254 CallerBefore.BlocksReachedFromConditionalInstruction); in getAdviceImpl()
258 CalleeBefore.BlocksReachedFromConditionalInstruction); in getAdviceImpl()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h39 int64_t BlocksReachedFromConditionalInstruction = 0; variable