• Home
  • Raw
  • Download

Lines Matching full:getid

69                 LOG_COMPILER(ERROR) << "id: " << std::dec << circuit->GetId(gate);  in RunDataIntegrityCheck()
74 LOG_COMPILER(ERROR) << "id: " << std::dec << circuit->GetId(gate); in RunDataIntegrityCheck()
84 LOG_COMPILER(ERROR) << "id: " << std::dec << circuit->GetId(gate); in RunDataIntegrityCheck()
89 LOG_COMPILER(ERROR) << "id: " << std::dec << circuit->GetId(gate); in RunDataIntegrityCheck()
97 LOG_COMPILER(ERROR) << "id: " << std::dec << circuit->GetId(gate); in RunDataIntegrityCheck()
102 LOG_COMPILER(ERROR) << "id: " << std::dec << circuit->GetId(gate); in RunDataIntegrityCheck()
130 LOG_COMPILER(ERROR) << "(id=" << circuit->GetId(predGate) << ") is pred of " in RunCFGSoundnessCheck()
131 << "(id=" << circuit->GetId(bbGate) << ")"; in RunCFGSoundnessCheck()
132 … LOG_COMPILER(ERROR) << "(id=" << circuit->GetId(bbGate) << ") is reachable from entry"; in RunCFGSoundnessCheck()
133 … LOG_COMPILER(ERROR) << "(id=" << circuit->GetId(predGate) << ") is unreachable from entry"; in RunCFGSoundnessCheck()
171 LOG_COMPILER(ERROR) << "(id=" << gateAcc.GetId(*use) << ") is succ of " in RunCFGIsDAGCheck()
172 << "(id=" << gateAcc.GetId(cur) << ")"; in RunCFGIsDAGCheck()
173 LOG_COMPILER(ERROR) << "(id=" << gateAcc.GetId(cur) << ") is reachable from " in RunCFGIsDAGCheck()
174 << "(id=" << gateAcc.GetId(*use) << ") without loop back edges"; in RunCFGIsDAGCheck()
207 … LOG_COMPILER(ERROR) << "(id=" << circuit->GetId(*use) << ") is loop back succ of " in RunCFGReducibilityCheck()
208 << "(id=" << circuit->GetId(curGate) << ")"; in RunCFGReducibilityCheck()
209 LOG_COMPILER(ERROR) << "(id=" << circuit->GetId(*use) << ") does not dominate " in RunCFGReducibilityCheck()
210 << "(id=" << circuit->GetId(curGate) << ")"; in RunCFGReducibilityCheck()
247 << circuit->GetId(predGate) in RunFixedGatesRelationsCheck()
249 << circuit->GetId(fixedGate) << ")"; in RunFixedGatesRelationsCheck()
327 LOG_COMPILER(ERROR) << "(id=" << circuit->GetId(prev) << ") is prev of " in RunFlowCyclesFind()
328 << "(id=" << circuit->GetId(cur) << ")"; in RunFlowCyclesFind()
329 LOG_COMPILER(ERROR) << "(id=" << circuit->GetId(prev) << ") is reachable from " in RunFlowCyclesFind()
330 << "(id=" << circuit->GetId(cur) << ") without passing selectors"; in RunFlowCyclesFind()
407 << circuit->GetId(item.first) << ") is not consistent"; in RunSchedulingBoundsCheck()