Lines Matching refs:LifeTime

153             if (lifetime == Operand::LifeTime::TEMPORARY_VARIABLE ||  in OperandTracker()
154 lifetime == Operand::LifeTime::SUBGRAPH_OUTPUT) { in OperandTracker()
454 case Operand::LifeTime::CONSTANT_COPY: { in addOperand()
458 case Operand::LifeTime::CONSTANT_REFERENCE: { in addOperand()
463 case Operand::LifeTime::NO_VALUE: { in addOperand()
466 case Operand::LifeTime::TEMPORARY_VARIABLE: { // handled similarly to SUBGRAPH_OUTPUT in addOperand()
480 case Operand::LifeTime::SUBGRAPH_INPUT: { in addOperand()
483 case Operand::LifeTime::SUBGRAPH_OUTPUT: { // handled similarly to TEMPORARY_VARIABLE in addOperand()
499 case Operand::LifeTime::SUBGRAPH: { in addOperand()
503 case Operand::LifeTime::POINTER: { in addOperand()
973 if (operand.lifetime == Operand::LifeTime::CONSTANT_COPY) { in findControlFlowBoundaryConstants()
978 } else if (operand.lifetime == Operand::LifeTime::POINTER) { in findControlFlowBoundaryConstants()
983 } else if (operand.lifetime == Operand::LifeTime::CONSTANT_REFERENCE) { in findControlFlowBoundaryConstants()
1247 Operand::LifeTime lifetime = in makeController()
1248 Operand::LifeTime::TEMPORARY_VARIABLE) { in makeController()
1249 CHECK(lifetime == Operand::LifeTime::TEMPORARY_VARIABLE || in makeController()
1250 lifetime == Operand::LifeTime::SUBGRAPH_OUTPUT); in makeController()
1252 if (lifetime == Operand::LifeTime::TEMPORARY_VARIABLE && in makeController()
1253 sourceOperand.lifetime == Operand::LifeTime::SUBGRAPH_OUTPUT) { in makeController()
1271 CHECK_EQ(lifetime, Operand::LifeTime::TEMPORARY_VARIABLE); in makeController()
1272 CHECK_EQ(sourceOperand.lifetime, Operand::LifeTime::TEMPORARY_VARIABLE); in makeController()
1341 Operand::LifeTime::SUBGRAPH_OUTPUT); in makeController()
1344 Operand::LifeTime::SUBGRAPH_OUTPUT); in makeController()
1349 Operand::LifeTime::SUBGRAPH_OUTPUT); in makeController()