Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Optimizer/Analysis/
H A DTBAAForest.h80 explicit TBAAForrest(bool separatePerFunction = true)
81 : separatePerFunction{separatePerFunction} {}
112 if (!separatePerFunction) in getFuncTree()
120 const bool separatePerFunction; variable