Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DCloneFunction.cpp492 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBlock() local
553 hasStaticAllocas = true; in CloneBlock()
619 hasStaticAllocas && BB != &BB->getParent()->front(); in CloneBlock()