Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp216 BasicBlock *OnlyBlock; member
229 OnlyBlock = nullptr; in clear()
259 if (!OnlyBlock) in AnalyzeAlloca()
260 OnlyBlock = User->getParent(); in AnalyzeAlloca()
261 else if (OnlyBlock != User->getParent()) in AnalyzeAlloca()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1234 const CFGBlock *OnlyBlock = *Entry.succ_begin(); in isPossiblyEmptyImpl() local
1237 if (OnlyBlock && OnlyBlock->hasNoReturnElement()) { in isPossiblyEmptyImpl()