Lines Matching defs:LBB
173 const BasicBlock *LBB;
183 // For every LBB, there may only be one corresponding RBB.
185 // Maps LBB to the index of its BlockDiffCandidate, if existing.
188 // Note: Every LBB must always be queried together with the same RBB.
190 BlockDiffCandidate &getOrCreateBlockDiffCandidate(const BasicBlock *LBB,
193 BlockDiffCandidateIndices.try_emplace(LBB, BlockDiffCandidates.size());
194 // Check if LBB already has a diff candidate
198 {LBB, RBB, SmallDenseMap<const Value *, const Value *>(), false});
212 const BasicBlock *LBB;
295 DifferenceEngine::Context C(Engine, BDC.LBB, BDC.RBB);
296 runBlockDiff(BDC.LBB->begin(), BDC.RBB->begin());
729 getOrCreateBlockDiffCandidate(AC->LBB, AC->RBB);