Home
last modified time | relevance | path

Searched defs:IsEntryBlock (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/Analyses/
DDominators.h111 bool IsEntryBlock = *I == &(*I)->getParent()->getEntry(); in dump() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/Analyses/
DDominators.h111 bool IsEntryBlock = *I == &(*I)->getParent()->getEntry(); in dump() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/Analyses/
DDominators.h111 bool IsEntryBlock = *I == &(*I)->getParent()->getEntry(); in dump() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/Analyses/
DDominators.h111 bool IsEntryBlock = *I == &(*I)->getParent()->getEntry(); in dump() local
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.h926 bool IsEntryBlock() const { in IsEntryBlock() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAsmWriter.cpp3579 bool IsEntryBlock = BB == &BB->getParent()->getEntryBlock(); in printBasicBlock() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DAsmWriter.cpp3942 bool IsEntryBlock = BB->getParent() && BB->isEntryBlock(); in printBasicBlock() local