Home
last modified time | relevance | path

Searched refs:PrevBlock (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h227 BlockEntrance(const CFGBlock *PrevBlock, const CFGBlock *CurrBlock,
229 : ProgramPoint(CurrBlock, PrevBlock, BlockEntranceKind, L, Tag) { in ProgramPoint() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1723 auto &PrevBlock = *std::prev(I)->second; variable
1724 if (PrevBlock.getAddress() + PrevBlock.getSize() > B.getAddress())
1725 return overlapError(B, PrevBlock);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1208 BasicBlock *PrevBlock = nullptr; in getGVNForPHINode() local
1215 PrevBlock = Pred; in getGVNForPHINode()
1218 assert(PrevBlock && "Expected a predecessor not in the reigon!"); in getGVNForPHINode()
1219 OGVN = Cand.getGVN(PrevBlock); in getGVNForPHINode()