Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp189 return any_of(Other.Conditions, [&](const ControlCondition &OtherC) { in isEquivalent() argument
190 return ControlConditions::isEquivalent(C, OtherC); in isEquivalent()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DLazyCallGraph.cpp1525 for (SCC &OtherC : *RC) { in removeDeadFunction()
1526 for (Node &OtherN : OtherC) in removeDeadFunction()