Home
last modified time | relevance | path

Searched refs:BasicBlocksWithTwoPredecessors (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp103 BasicBlocksWithTwoPredecessors += Direction; in updateForBB()
255 PRINT_PROPERTY(BasicBlocksWithTwoPredecessors) in print()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h91 int64_t BasicBlocksWithTwoPredecessors = 0; variable