Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.h328 bool hasBranches() const { return ExtInfo && !ExtInfo->Branches.empty(); } in hasBranches() function
DCGCleanup.cpp599 bool HasExistingBranches = Scope.hasBranches(); in PopCleanupBlock()