Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp221 BasicBlock *OnlyBlock; member
234 OnlyBlock = nullptr; in clear()
264 if (!OnlyBlock) in AnalyzeAlloca()
265 OnlyBlock = User->getParent(); in AnalyzeAlloca()
266 else if (OnlyBlock != User->getParent()) in AnalyzeAlloca()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1233 const CFGBlock *OnlyBlock = *Entry.succ_begin(); in isPossiblyEmptyImpl() local
1236 if (OnlyBlock && OnlyBlock->hasNoReturnElement()) { in isPossiblyEmptyImpl()