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.cpp218 BasicBlock *OnlyBlock; member
231 OnlyBlock = nullptr; in clear()
261 if (!OnlyBlock) in AnalyzeAlloca()
262 OnlyBlock = User->getParent(); in AnalyzeAlloca()
263 else if (OnlyBlock != User->getParent()) in AnalyzeAlloca()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1235 const CFGBlock *OnlyBlock = *Entry.succ_begin(); in isPossiblyEmptyImpl() local
1238 if (OnlyBlock && OnlyBlock->hasNoReturnElement()) { in isPossiblyEmptyImpl()