Searched refs:PrevBlock (Results 1 – 3 of 3) sorted by relevance
227 BlockEntrance(const CFGBlock *PrevBlock, const CFGBlock *CurrBlock,229 : ProgramPoint(CurrBlock, PrevBlock, BlockEntranceKind, L, Tag) { in ProgramPoint() argument
1723 auto &PrevBlock = *std::prev(I)->second; variable1724 if (PrevBlock.getAddress() + PrevBlock.getSize() > B.getAddress())1725 return overlapError(B, PrevBlock);
1208 BasicBlock *PrevBlock = nullptr; in getGVNForPHINode() local1215 PrevBlock = Pred; in getGVNForPHINode()1218 assert(PrevBlock && "Expected a predecessor not in the reigon!"); in getGVNForPHINode()1219 OGVN = Cand.getGVN(PrevBlock); in getGVNForPHINode()