Home
last modified time | relevance | path

Searched defs:IsExitBlock (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/Analyses/
DDominators.h112 bool IsExitBlock = *I == &(*I)->getParent()->getExit(); in dump() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/Analyses/
DDominators.h112 bool IsExitBlock = *I == &(*I)->getParent()->getExit(); in dump() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp170 bool IsExitBlock = std::binary_search(ExitBlocks.begin(), in runOnLoop() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/Analyses/
DDominators.h112 bool IsExitBlock = *I == &(*I)->getParent()->getExit(); in dump() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/Analyses/
DDominators.h112 bool IsExitBlock = *I == &(*I)->getParent()->getExit(); in dump() local
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.h930 bool IsExitBlock() const { in IsExitBlock() function