Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp74 BlocksReachedFromConditionalInstruction += in updateForBB()
241 PRINT_PROPERTY(BlocksReachedFromConditionalInstruction) in print()
H A DMLInlineAdvisor.cpp401 CallerBefore.BlocksReachedFromConditionalInstruction; in getAdviceImpl()
406 CalleeBefore.BlocksReachedFromConditionalInstruction; in getAdviceImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h59 int64_t BlocksReachedFromConditionalInstruction = 0; variable