reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
116 return hash_combine(BBInfo::getHashValue(Edge.getStart()), 121 return BBInfo::isEqual(LHS.getStart(), RHS.getStart()) && 121 return BBInfo::isEqual(LHS.getStart(), RHS.getStart()) &&lib/IR/Dominators.cpp
182 const BasicBlock *Start = BBE.getStart(); 235 PN->getIncomingBlock(U) == BBE.getStart())lib/Transforms/Scalar/GVN.cpp
1742 assert((!Pred || Pred == E.getStart()) && 1837 : replaceDominatedUsesWith(LHS, RHS, *DT, Root.getStart()); 1916 Root.getStart());