Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp565 Value *ParentValue = nullptr; in insertConditions() local
571 ParentValue = Pred; in insertConditions()
578 if (ParentValue) { in insertConditions()
579 Term->setCondition(ParentValue); in insertConditions()