Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h676 int RecurseDepth = 0);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVN.cpp661 uint32_t RecurseDepth) { in IsValueFullyAvailableInBlock() argument
662 if (RecurseDepth > MaxRecurseDepth) in IsValueFullyAvailableInBlock()
690 if (!IsValueFullyAvailableInBlock(*PI, FullyAvailableBlocks,RecurseDepth+1)) in IsValueFullyAvailableInBlock()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp628 uint32_t RecurseDepth) { in IsValueFullyAvailableInBlock() argument
629 if (RecurseDepth > MaxRecurseDepth) in IsValueFullyAvailableInBlock()
657 if (!IsValueFullyAvailableInBlock(*PI, FullyAvailableBlocks,RecurseDepth+1)) in IsValueFullyAvailableInBlock()