/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | cg_dominance.cpp | 30 visitedMap[bb.GetId()] = true; in PostOrderWalk() 33 auto nodeId = node->GetId(); in PostOrderWalk() 37 if (!visitedMap[succ->GetId()]) { in PostOrderWalk() function 39 visitedMap[succ->GetId()] = true; in PostOrderWalk() 74 while (postOrderIDVec[ptrBB1->GetId()] < postOrderIDVec[ptrBB2->GetId()]) { in Intersect() 75 ptrBB1 = GetDom(ptrBB1->GetId()); in Intersect() 77 while (postOrderIDVec[ptrBB2->GetId()] < postOrderIDVec[ptrBB1->GetId()]) { in Intersect() 78 ptrBB2 = GetDom(ptrBB2->GetId()); in Intersect() [all...] |
H A D | loop.cpp | 28 LogInfo::MapleLogger() << "LoopDesc:" << header.GetId() << ", nest depth:" << nestDepth; in Dump() 30 LogInfo::MapleLogger() << ", parent:" << parentLoop->GetHeader().GetId(); in Dump() 47 LogInfo::MapleLogger() << childLoop->GetHeader().GetId() << " "; in Dump() 55 auto *loop = bbLoopParent[headBB.GetId()]; in GetOrCreateLoopDesc() 56 if (loop == nullptr || loop->GetHeader().GetId() != headBB.GetId()) { in GetOrCreateLoopDesc() 66 if (bbLoopParent[bb.GetId()] != nullptr && bbLoopParent[bb.GetId()] != &loopDesc) { in SetLoopParent4BB() 68 loopDesc.SetParentLoop(*bbLoopParent[bb.GetId()]); in SetLoopParent4BB() 75 bbLoopParent[bb.GetId()] in SetLoopParent4BB() [all...] |
H A D | cgbb.cpp | 277 if (visited[bb->GetId()]) { in SeekCycles() 278 onPath[bb->GetId()] = false; in SeekCycles() 283 visited[bb->GetId()] = true; in SeekCycles() 284 onPath[bb->GetId()] = true; in SeekCycles() 286 if (!visited[succBB->GetId()]) { in SeekCycles() 288 } else if (onPath[succBB->GetId()]) { in SeekCycles() 289 (void)cycleSuccs[bb->GetId()].insert(succBB->GetId()); in SeekCycles() 300 if (!visited[bb->GetId()]) { in SeekCycles() 313 for (auto bbId : cycleSuccs[predBB.GetId()]) { in AllPredBBVisited() [all...] |
H A D | cg_cfg.cpp | 57 if (fallthruBB->GetId() != brToBB->GetId()) { in BuildCFG() 118 << "dup pred " << sucPred->GetId() << " for sucBB " << sucBB->GetId() << "\n"; in CheckCFG() 124 LogInfo::MapleLogger() << "non pred for sucBB " << sucBB->GetId() << " for BB " << bb->GetId() << "\n"; in CheckCFG() 139 << "dup succ " << predSucc->GetId() << " for predBB " << predBB->GetId() << "\n"; in CheckCFG() 145 LogInfo::MapleLogger() << "non succ for predBB " << predBB->GetId() << " for BB " << bb->GetId() in CheckCFG() [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | loop.h | 31 return (loop1->GetHeader().GetId() < loop2->GetHeader().GetId()); in operator ()() 68 return loopBBs.find(bb.GetId()) != loopBBs.end(); in Has() 73 (void)loopBBs.insert(bb.GetId()); in InsertLoopBBs() 83 (void)exitBBs.insert(bb.GetId()); in InsertExitBBs() 88 (void)backEdges.insert(bb.GetId()); in InsertBackEdges() 94 return (to.GetId() == header.GetId()) && (backEdges.find(from.GetId()) != backEdges.end()); in IsBackEdge() 185 auto *loop = GetBBLoopParent(to.GetId()); in IsBackEdge() [all...] |
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | if_conversion.cpp | 84 << "Triangle pattern was found in Block #" << bb->GetId() << " with " << instCount in TryTriangle() 92 COMPILER_LOG(DEBUG, IFCONVERSION) << "Merged blocks " << tbb->GetId() << " and " << fbb->GetId() in TryTriangle() 93 << " into " << bb->GetId() << " using Select"; in TryTriangle() 94 GetGraph()->GetEventWriter().EventIfConversion(bb->GetId(), bb->GetGuestPc(), "Triangle", tbb->GetId(), in TryTriangle() 95 fbb->GetId(), -1); in TryTriangle() 98 << "Merged block " << tbb->GetId() << " into " << bb->GetId() << " using Select"; in TryTriangle() 99 GetGraph()->GetEventWriter().EventIfConversion(bb->GetId(), b in TryTriangle() [all...] |
H A D | loop_transform.h | 53 COMPILER_LOG(DEBUG, LOOP_TRANSFORM) << "Irreducible loop isn't visited, id = " << loop->GetId(); in IsSupportedLoopType() 57 COMPILER_LOG(DEBUG, LOOP_TRANSFORM) << "OSR entry isn't visited, loop id = " << loop->GetId(); in IsSupportedLoopType() 61 COMPILER_LOG(DEBUG, LOOP_TRANSFORM) << "Try-catch loop isn't visited, loop id = " << loop->GetId(); in IsSupportedLoopType() 66 << "Loop with more than 1 back-edge isn't visited, id = " << loop->GetId(); in IsSupportedLoopType() 94 << "Loop without exit-point from loop-header isn't visited, id = " << loop->GetId(); in VisitBlockInLoop() 99 << "Loop with loop-exit not from loop-header isn't visited, id = " << loop->GetId(); in VisitBlockInLoop() 107 << "Loop without exit-point from back-edge isn't visited, id = " << loop->GetId(); in VisitBlockInLoop() 112 << "Loop with loop-exit not from last block isn't visited, id = " << loop->GetId(); in VisitBlockInLoop()
|
H A D | savestate_optimization.cpp | 44 COMPILER_LOG(DEBUG, SAVESTATE_OPT) << "SafePoint " << sp->GetId() << " is deleted from start block"; in RemoveSafePoints() 46 sp->GetId(), sp->GetPc()); in RemoveSafePoints() 94 COMPILER_LOG(DEBUG, SAVESTATE_OPT) << "All users of the instructions " << inst->GetId() << " are SaveStates"; in VisitDefault() 96 inst->GetId(), inst->GetPc()); in VisitDefault() 113 COMPILER_LOG(DEBUG, SAVESTATE_OPT) << "SaveState " << ss->GetId() << " numeric inputs were deleted"; in VisitSaveState() 115 ss->GetId(), ss->GetPc()); in VisitSaveState() 134 COMPILER_LOG(DEBUG, SAVESTATE_OPT) << "SaveState " << inst->GetId() << " without users is deleted"; in TryToRemoveRedundantSaveState() 136 inst->GetId(), inst->GetPc()); in TryToRemoveRedundantSaveState()
|
H A D | licm.cpp | 82 COMPILER_LOG(DEBUG, LOOP_TRANSFORM) << "Irreducible loop isn't visited, id = " << loop.GetId(); in IsLoopVisited() 86 COMPILER_LOG(DEBUG, LOOP_TRANSFORM) << "OSR entry isn't visited, loop id = " << loop.GetId(); in IsLoopVisited() 90 COMPILER_LOG(DEBUG, LOOP_TRANSFORM) << "Try-catch loop isn't visited, loop id = " << loop.GetId(); in IsLoopVisited() 94 COMPILER_LOG(DEBUG, LICM_OPT) << "Limit is exceeded, loop isn't visited, id = " << loop.GetId(); in IsLoopVisited() 97 COMPILER_LOG(DEBUG, LICM_OPT) << "Visit Loop, id = " << loop.GetId(); in IsLoopVisited() 114 COMPILER_LOG(DEBUG, LICM_OPT) << "Limit is exceeded, Can't hoist instruction with id = " << inst->GetId(); in TryAppendHoistableInst() 122 << "Header is a loop exit, Can't hoist (resolver) instruction with id = " << inst->GetId(); in TryAppendHoistableInst() 131 COMPILER_LOG(DEBUG, LICM_OPT) << "Hoist instruction with id = " << inst->GetId(); in TryAppendHoistableInst() 213 << "Hoist instruction with id = " << inst->GetId() << " and link with SaveState " << ss->GetId(); in MoveInstructions() [all...] |
H A D | licm_conditions.cpp | 82 << "Found conditions chain " << chain->GetFirstBlock()->GetId() << "->" << chain->GetLastBlock()->GetId() in FindHoistableConditionChains() 83 << ", succs: " << multiplePredsSucc->GetId() << ", " << singlePredSucc->GetId(); in FindHoistableConditionChains() 230 << "Skip chain with first block #" << chainFirstBlock->GetId() << ", longer chain was processed"; in HoistConditionChains() 238 << "Process conditions chain " << chainFirstBlock->GetId() << "->" << chain->GetLastBlock()->GetId() in HoistConditionChains() 239 << ", succs: " << multiplePredsSucc->GetId() << ", " << singlePredSucc->GetId(); in HoistConditionChains() 276 COMPILER_LOG(DEBUG, LICM_COND_OPT) << "Split first chain block " << chainFirstBb->GetId() << " in SplitChainFirstBasicBlock() [all...] |
/arkcompiler/runtime_core/compiler/tests/aarch32/ |
H A D | callconv32_test.cpp | 106 EXPECT_EQ(std::get<Reg>(ret).GetId(), 0); in TEST_F() 112 EXPECT_EQ(std::get<Reg>(ret).GetId(), i); in TEST_F() 122 EXPECT_EQ(std::get<Reg>(ret).GetId(), 0); in TEST_F() 128 EXPECT_EQ(std::get<Reg>(ret).GetId(), i); in TEST_F() 138 EXPECT_EQ(std::get<Reg>(ret).GetId(), 0); in TEST_F() 143 EXPECT_EQ(std::get<Reg>(ret).GetId(), 2); in TEST_F() 152 EXPECT_EQ(std::get<Reg>(ret).GetId(), 0); in TEST_F() 158 EXPECT_EQ(std::get<Reg>(ret).GetId(), i); in TEST_F() 168 EXPECT_EQ(std::get<Reg>(ret).GetId(), 0); in TEST_F() 173 EXPECT_EQ(std::get<Reg>(ret).GetId(), in TEST_F() [all...] |
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
H A D | callconv32_test.cpp | 90 EXPECT_EQ(std::get<Reg>(ret).GetId(), 0); in CheckMissesDueAlign() 95 EXPECT_EQ(std::get<Reg>(ret).GetId(), 2U); in CheckMissesDueAlign() 131 EXPECT_EQ(std::get<Reg>(ret).GetId(), 0); in CheckMixHfloatSfloat1() 137 EXPECT_EQ(std::get<Reg>(ret).GetId(), 0); in CheckMixHfloatSfloat1() 140 EXPECT_EQ(std::get<Reg>(ret).GetId(), 1); in CheckMixHfloatSfloat1() 146 EXPECT_EQ(std::get<Reg>(ret).GetId(), 2U); in CheckMixHfloatSfloat1() 151 EXPECT_EQ(std::get<Reg>(ret).GetId(), 2U); in CheckMixHfloatSfloat1() 160 EXPECT_EQ(std::get<Reg>(ret).GetId(), 4U); in CheckMixHfloatSfloat1() 172 EXPECT_EQ(std::get<Reg>(ret).GetId(), 0); in CheckMixHfloatSfloatSlotsPart1() 178 EXPECT_EQ(std::get<Reg>(ret).GetId(), in CheckMixHfloatSfloatSlotsPart1() [all...] |
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
H A D | regfile.cpp | 33 auto equality = [reg](Reg in) { return (reg.GetId() == in.GetId()) && (reg.GetType() == in.GetType()); }; in IsRegUsed() 118 return reg.GetId() >= GetFirstCalleeReg(Arch::X86_64, isFp) && reg.GetId() <= GetLastCalleeReg(Arch::X86_64, isFp); in IsCalleeRegister() 212 ASSERT(scratchv_.Has(reg.GetId())); in AcquireScratchRegister() 213 scratchv_.Remove(reg.GetId()); in AcquireScratchRegister() 215 ASSERT(scratch_.Has(reg.GetId())); in AcquireScratchRegister() 216 scratch_.Remove(reg.GetId()); in AcquireScratchRegister() 223 scratchv_.Add(reg.GetId()); in ReleaseScratchRegister() 225 scratch_.Add(reg.GetId()); in ReleaseScratchRegister() [all...] |
/arkcompiler/runtime_core/static_core/abc2program/common/ |
H A D | abc_code_converter.cpp | 35 stringTable_->GetStringById(file_->ResolveClassIndex(methodId, bcIns.GetId().AsIndex()))); in IDToString() 39 auto id = file_->ResolveMethodIndex(methodId, bcIns.GetId().AsIndex()); in IDToString() 43 const auto offset = bcIns.GetId().AsFileId(); in IDToString() 46 name << stringTable_->GetStringById(bcIns.GetId().AsFileId()); in IDToString() 48 auto id = file_->ResolveFieldIndex(methodId, bcIns.GetId().AsIndex()); in IDToString() 58 auto index = bcIns.GetId().AsIndex(); in IDToString()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
H A D | inst_builder.cpp | 53 << "Creat catchphi " << catchPhi->GetId() << " for bb(" << bb->GetId() << ")"; 73 defs_[bb->GetId()][vregsAndArgsCount_ + 1 + THIS_FUNC_IDX] = thisFunc; in InitEnv() 74 defs_[bb->GetId()][vregsAndArgsCount_ + 1 + CONST_POOL_IDX] = cp; in InitEnv() 75 defs_[bb->GetId()][vregsAndArgsCount_ + 1 + LEX_ENV_IDX] = lexEnv; in InitEnv() 76 COMPILER_LOG(DEBUG, IR_BUILDER) << "Init environment this_func = " << thisFunc->GetId() in InitEnv() 77 << ", const_pool = " << cp->GetId() << ", lex_env = " << lexEnv->GetId(); in InitEnv() 89 currentDefs_ = &defs_[bb->GetId()]; in SetCurrentBlock() 95 switch (type.GetId()) { in ConvertPbcType() [all...] |
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
H A D | inst_builder.h | 94 current_defs_ = &defs_[bb->GetId()]; in SetCurrentBlock() 147 ? std::to_string((*current_defs_)[vreg]->GetId()) in UpdateDefinition() 149 << " to " << inst->GetId(); in UpdateDefinition() 160 ? std::to_string((*current_defs_)[VREGS_AND_ARGS_COUNT]->GetId()) in UpdateDefinitionAcc() 162 << " to " << inst->GetId(); in UpdateDefinitionAcc() 195 if (inst->GetId() == GetGraph()->GetCurrentInstructionId() - 1) { in FindOrCreate32BitConstant() 196 COMPILER_LOG(DEBUG, IR_BUILDER) << "create new constant: value=" << value << ", inst=" << inst->GetId(); in FindOrCreate32BitConstant() 204 if (inst->GetId() == GetGraph()->GetCurrentInstructionId() - 1) { in FindOrCreateConstant() 205 COMPILER_LOG(DEBUG, IR_BUILDER) << "create new constant: value=" << value << ", inst=" << inst->GetId(); in FindOrCreateConstant() 213 if (inst->GetId() in FindOrCreateDoubleConstant() [all...] |
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
H A D | pgo_profile_type.h | 92 uint32_t GetId() const in GetId() function in panda::ecmascript::pgo::ProfileType::BuiltinsId 112 ss << GetId(); in GetIdToString() 191 auto builtinsArrayId = BuiltinsArrayId(GetId()); 239 .SetBuiltinsId(type).GetId(); in CreateBuiltinsArray() 246 auto id = BuiltinsTypedArrayId().UpdateOnHeapMode(onHeap).SetBuiltinsId(type).GetId(); in CreateBuiltinsTypedArray() 252 auto id = BuiltinsId().SetBuiltinsId(type).GetId(); in CreateBuiltins() 364 uint32_t GetId() const in GetId() function in panda::ecmascript::pgo::ProfileType 408 ", abcId: " << GetAbcId() << ", id: " << GetId() << ")"; in GetTypeString() 419 auto arrayId = BuiltinsArrayId(GetId()); in GetTypeJson() 422 auto typedArrayId = BuiltinsTypedArrayId(GetId()); in GetTypeJson() 591 ApEntityId GetId() const GetId() function in panda::ecmascript::pgo::ProfileTypeRef 653 uint32_t GetId() const GetId() function in panda::ecmascript::pgo::ProfileTypeLegacy [all...] |
/arkcompiler/runtime_core/compiler/tests/amd64/ |
H A D | callconv64_test.cpp | 99 EXPECT_EQ(std::get<Reg>(ret).GetId(), target.GetParamRegId(0)); in TEST_F() 105 EXPECT_EQ(std::get<Reg>(ret).GetId(), target.GetParamRegId(i)); in TEST_F() 115 EXPECT_EQ(std::get<Reg>(ret).GetId(), target.GetParamRegId(0)); in TEST_F() 121 EXPECT_EQ(std::get<Reg>(ret).GetId(), target.GetParamRegId(i)); in TEST_F() 131 EXPECT_EQ(std::get<Reg>(ret).GetId(), target.GetParamRegId(0)); in TEST_F() 137 EXPECT_EQ(std::get<Reg>(ret).GetId(), target.GetParamRegId(i)); in TEST_F() 147 EXPECT_EQ(std::get<Reg>(ret).GetId(), 0); in TEST_F() 153 EXPECT_EQ(std::get<Reg>(ret).GetId(), i); in TEST_F() 163 EXPECT_EQ(std::get<Reg>(ret).GetId(), 0); in TEST_F() 169 EXPECT_EQ(std::get<Reg>(ret).GetId(), in TEST_F() [all...] |
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
H A D | callconv64_test.cpp | 98 EXPECT_EQ(std::get<Reg>(ret).GetId(), 0); in TEST_F() 104 EXPECT_EQ(std::get<Reg>(ret).GetId(), i); in TEST_F() 114 EXPECT_EQ(std::get<Reg>(ret).GetId(), 0); in TEST_F() 120 EXPECT_EQ(std::get<Reg>(ret).GetId(), i); in TEST_F() 130 EXPECT_EQ(std::get<Reg>(ret).GetId(), 0); in TEST_F() 136 EXPECT_EQ(std::get<Reg>(ret).GetId(), i); in TEST_F() 146 EXPECT_EQ(std::get<Reg>(ret).GetId(), 0); in TEST_F() 152 EXPECT_EQ(std::get<Reg>(ret).GetId(), i); in TEST_F() 162 EXPECT_EQ(std::get<Reg>(ret).GetId(), 0); in TEST_F() 168 EXPECT_EQ(std::get<Reg>(ret).GetId(), in TEST_F() [all...] |
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
H A D | callconv64_test.cpp | 94 EXPECT_EQ(std::get<Reg>(ret).GetId(), 0); in TEST_F() 100 EXPECT_EQ(std::get<Reg>(ret).GetId(), i); in TEST_F() 110 EXPECT_EQ(std::get<Reg>(ret).GetId(), 0); in TEST_F() 116 EXPECT_EQ(std::get<Reg>(ret).GetId(), i); in TEST_F() 126 EXPECT_EQ(std::get<Reg>(ret).GetId(), 0); in TEST_F() 132 EXPECT_EQ(std::get<Reg>(ret).GetId(), i); in TEST_F() 146 EXPECT_EQ(std::get<Reg>(ret).GetId(), 0); in TEST_F() 152 EXPECT_EQ(std::get<Reg>(ret).GetId(), i); in TEST_F() 162 EXPECT_EQ(std::get<Reg>(ret).GetId(), 0); in TEST_F() 168 EXPECT_EQ(std::get<Reg>(ret).GetId(), in TEST_F() [all...] |
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
H A D | callconv64_test.cpp | 97 EXPECT_EQ(std::get<Reg>(ret).GetId(), target.GetParamRegId(0)); in TEST_F() 103 EXPECT_EQ(std::get<Reg>(ret).GetId(), target.GetParamRegId(i)); in TEST_F() 113 EXPECT_EQ(std::get<Reg>(ret).GetId(), target.GetParamRegId(0)); in TEST_F() 119 EXPECT_EQ(std::get<Reg>(ret).GetId(), target.GetParamRegId(i)); in TEST_F() 129 EXPECT_EQ(std::get<Reg>(ret).GetId(), target.GetParamRegId(0)); in TEST_F() 135 EXPECT_EQ(std::get<Reg>(ret).GetId(), target.GetParamRegId(i)); in TEST_F() 148 EXPECT_EQ(std::get<Reg>(ret).GetId(), 0); in TEST_F() 154 EXPECT_EQ(std::get<Reg>(ret).GetId(), i); in TEST_F() 164 EXPECT_EQ(std::get<Reg>(ret).GetId(), 0); in TEST_F() 170 EXPECT_EQ(std::get<Reg>(ret).GetId(), in TEST_F() [all...] |
/arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
H A D | vn.cpp | 94 COMPILER_LOG(DEBUG, VN_OPT) << " Set VN " << curr_vn_ << " for inst " << inst->GetId(); in SetInstValNum() 106 COMPILER_LOG(DEBUG, VN_OPT) << " Set VN " << inst->GetVN() << " for inst " << inst->GetId(); in TryToApplyCse() 109 COMPILER_LOG(DEBUG, VN_OPT) << " Equivalent instructions are found, id " << equiv_inst->GetId(); in TryToApplyCse() 111 COMPILER_LOG(DEBUG, VN_OPT) << " CSE is applied for inst with id " << inst->GetId(); in TryToApplyCse() 112 GetGraph()->GetEventWriter().EventGvn(inst->GetId(), inst->GetPc(), equiv_inst->GetId(), in TryToApplyCse() 128 COMPILER_LOG(DEBUG, VN_OPT) << " The inst with id " << inst->GetId() << " has the property NO_CSE"; in FindEqualVnOrCreateNew() 135 COMPILER_LOG(DEBUG, VN_OPT) << " Equivalent instructions are searched for inst with id " << inst->GetId(); in FindEqualVnOrCreateNew()
|
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
H A D | inspector_server.cpp | 109 JsonProperties(JsonProperty<JsonObject::NumT> {"executionContextId", g_mthread.GetId()}, in TEST_F() 148 ASSERT_EQ(thread.GetId(), g_mthread.GetId()); in TEST_F() 170 ASSERT_EQ(thread.GetId(), g_mthread.GetId()); in TEST_F() 218 ASSERT_EQ(thread.GetId(), g_mthread.GetId()); in TEST_F() 229 ASSERT_EQ(thread.GetId(), g_mthread.GetId()); in TEST_F() 354 ASSERT_EQ(thread.GetId(), g_mthrea in TEST_F() [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | string_builder_optimizer.h | 68 ASSERT(acc_.GetId(gate) < status_.size()); in GetStatus() 69 return status_[acc_.GetId(gate)]; in GetStatus() 73 ASSERT(acc_.GetId(gate) < status_.size()); in GetStatus() 74 return status_[acc_.GetId(gate)]; in GetStatus() 78 status_[acc_.GetId(gate)] = Status{id, state}; in SetStatus() 83 status_[acc_.GetId(gate)] = Status{id, state}; in UpdateStatus()
|
H A D | verifier.cpp | 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() 131 LOG_COMPILER(ERROR) << "(id=" << circuit->GetId(predGate) << ") is pred of " in RunCFGSoundnessCheck() 132 << "(id=" << circuit->GetId(bbGate) << ")"; in RunCFGSoundnessCheck() 133 LOG_COMPILER(ERROR) << "(id=" << circuit->GetId(bbGate) << ") is reachable from entry"; in RunCFGSoundnessCheck() 134 LOG_COMPILER(ERROR) << "(id=" << circuit->GetId(predGat in RunCFGSoundnessCheck() [all...] |