Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp50 BlocksReachedFromConditionalInstruction += in updateForBB()
102 << BlocksReachedFromConditionalInstruction << "\n" in print()
H A DMLInlineAdvisor.cpp358 CallerBefore.BlocksReachedFromConditionalInstruction; in getAdviceImpl()
363 CalleeBefore.BlocksReachedFromConditionalInstruction; in getAdviceImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h55 int64_t BlocksReachedFromConditionalInstruction = 0; variable