Lines Matching defs:point
609 OperandRange RegionIfOp::getEntrySuccessorOperands(RegionBranchPoint point) {
610 assert(llvm::is_contained({&getThenRegion(), &getElseRegion()}, point) &&
616 RegionBranchPoint point, SmallVectorImpl<RegionSuccessor> ®ions) {
618 if (!point.isParent()) {
619 if (point != getJoinRegion())
642 void AnyCondOp::getSuccessorRegions(RegionBranchPoint point,
646 if (point.isParent())
1063 RegionBranchPoint point, SmallVectorImpl<RegionSuccessor> ®ions) {
1065 if (point.isParent())
1071 OperandRange LoopBlockOp::getEntrySuccessorOperands(RegionBranchPoint point) {
1072 assert(point == getBody());
1081 LoopBlockTerminatorOp::getMutableSuccessorOperands(RegionBranchPoint point) {
1082 if (point.isParent())
1092 RegionBranchPoint point, SmallVectorImpl<RegionSuccessor> ®ions) {}
1167 RegionBranchPoint point, SmallVectorImpl<RegionSuccessor> ®ions) {
1168 if (point.isParent())
1178 RegionBranchPoint point, SmallVectorImpl<RegionSuccessor> ®ions) {