Home
last modified time | relevance | path

Searched defs:blocks (Results 1 - 25 of 27) sorted by relevance

12

/arkcompiler/runtime_core/compiler/tests/
H A Dloop_analyzer_test.cpp25 void CheckVectorEqualSet(ArenaVector<T *> blocks, std::set<T *> &&excepct) in CheckVectorEqualSet() argument
36 void CheckVectorEqualBlocksIdSet(ArenaVector<BasicBlock *> blocks, std::vector<int> &&bb_ids) in CheckVectorEqualBlocksIdSet() argument
H A Dbasicblock_test.cpp25 void CheckVectorEqualSet(ArenaVector<T *> blocks, std::set<T *> &&excepct) in CheckVectorEqualSet() argument
36 void CheckVectorEqualBlocksIdSet(ArenaVector<BasicBlock *> blocks, std::vector<int> &&bb_ids) in CheckVectorEqualBlocksIdSet() argument
H A Dbranch_elimination_test.cpp45 void InitBlockToBeDisconnected(std::vector<BasicBlock *> &&blocks) in InitBlockToBeDisconnected() argument
H A Dliveness_analyzer_test.cpp29 void Check_Subsequence(const ArenaVector<BasicBlock *> &blocks, const ArenaVector<BasicBlock *> &&subsequence) in Check_Subsequence() argument
111 const auto &blocks = GetGraph()->GetAnalysis<LivenessAnalyzer>().GetLinearizedBlocks(); in TEST_F() local
182 const auto &blocks = GetGraph()->GetAnalysis<LivenessAnalyzer>().GetLinearizedBlocks(); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dvisualizer_printer.cpp64 void VisualizerPrinter::PrintDependences(const std::string &preffix, const T &blocks) in PrintDependences() argument
H A Dgraph_cloner.h211 void CloneBlocksAndInstructions(const ArenaVector<BasicBlock *> &blocks, Graph *targetGraph) in CloneBlocksAndInstructions() argument
H A Ddump.cpp1316 auto &blocks = GetAnalysis<LinearOrder>().IsValid() ? GetBlocksLinearOrder() : GetBlocksRPO(); in Dump() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dlinear_order_test.cpp73 auto blocks = GetGraph()->GetVectorBlocks(); in Reset() local
83 const auto &blocks = GetGraph()->GetBlocksLinearOrder(); in GetOrderedBasicBlock() local
91 const auto &blocks = GetGraph()->GetBlocksLinearOrder(); in CheckOrder() local
268 const auto &blocks = graph->GetBlocksLinearOrder(); TEST_F() local
[all...]
H A Dbranch_elimination_test.cpp50 void InitBlockToBeDisconnected(std::vector<BasicBlock *> &&blocks) in InitBlockToBeDisconnected() argument
H A Dbasicblock_test.cpp25 void CheckVectorEqualSet(Blocks blocks, std::set<T *> &&excepct) in CheckVectorEqualSet() argument
37 void CheckVectorEqualBlocksIdSet(Blocks blocks, std::vector<int> &&bbIds) in CheckVectorEqualBlocksIdSet() argument
286 const auto &blocks = GetGraph()->GetBlocksLinearOrder(); in TEST_F() local
347 const auto &blocks = GetGraph()->GetBlocksLinearOrder(); in TEST_F() local
[all...]
H A Dloop_analyzer_test.cpp29 void CheckVectorEqualSet(Blocks blocks, std::set<T *> &&excepct) in CheckVectorEqualSet() argument
41 void CheckVectorEqualSet(ArenaVector<T *> blocks, std::set<T *> &&excepct) in CheckVectorEqualSet() argument
53 void CheckVectorEqualBlocksIdSet(Blocks blocks, std::vector<int> &&bbIds) in CheckVectorEqualBlocksIdSet() argument
[all...]
H A Dliveness_analyzer_test.cpp30 void CheckSubsequence(const ArenaVector<BasicBlock *> &blocks, const ArenaVector<BasicBlock *> &&subsequence) in CheckSubsequence() argument
111 const auto &blocks = GetGraph()->GetAnalysis<LivenessAnalyzer>().GetLinearizedBlocks(); in TEST_F() local
159 const auto &blocks = GetGraph()->GetAnalysis<LivenessAnalyzer>().GetLinearizedBlocks(); in TEST_F() local
H A Dloop_unroll_test.cpp63 size_t CountOpcodes(const ArenaVector<BasicBlock *> &blocks) in CountOpcodes() argument
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Dlinear_order.cpp100 void LinearOrder::MakeLinearOrder(const T &blocks) in MakeLinearOrder() argument
H A Dloop_analyzer.h175 static inline bool IsEqualBlocks(const ArenaVector<T> &blocks, const ArenaVector<T> &others) in IsEqualBlocks() argument
/arkcompiler/runtime_core/libark_defect_scan_aux/
H A Dgraph.cpp193 auto &blocks = graph_->GetBlocksRPO(); in GetBasicBlockList() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph_cloner.h218 void CloneBlocksAndInstructions(const ArenaVector<BasicBlock *> &blocks, Graph *target_graph) in CloneBlocksAndInstructions() argument
H A Ddump.cpp535 auto &blocks = GetAnalysis<LinearOrder>().IsValid() ? GetBlocksLinearOrder() : GetBlocksRPO(); in Dump() local
H A Dgraph_checker.cpp600 auto blocks = GetGraph()->GetTryBeginBlocks(); in IsTryCatchDomination() local
/arkcompiler/runtime_core/libpandabase/utils/
H A Dmurmur3_hash.h98 auto blocks = reinterpret_cast<uintptr_t>(key); in MurmurHash3() local
149 auto blocks = reinterpret_cast<uintptr_t>(mutf8_string); in MurmurHash3String() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dlinear_order.cpp119 void LinearOrder::MakeLinearOrder(const T &blocks) in MakeLinearOrder() argument
H A Dloop_analyzer.h181 static inline bool IsEqualBlocks(const ArenaVector<T> &blocks, const ArenaVector<T> &others) in IsEqualBlocks() argument
H A Dreg_alloc_verifier.cpp142 void InitStates(ArenaUnorderedMap<uint32_t, BlockStates> *blocks, const Graph *graph) in InitStates() argument
156 void CheckAllBlocksVisited([[maybe_unused]] const ArenaUnorderedMap<uint32_t, BlockStates> &blocks) in CheckAllBlocksVisited() argument
354 PropagateBlockState(BasicBlock *currentBlock, BlockState *currentState, const ArenaVector<LocationState> &immediates, ArenaUnorderedMap<uint32_t, BlockStates> *blocks) PropagateBlockState() argument
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dmurmur3_hash.h95 auto blocks = reinterpret_cast<uintptr_t>(key); in MurmurHash3() local
146 auto blocks = reinterpret_cast<uintptr_t>(mutf8String); in MurmurHash3String() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dinlining.cpp582 auto blocks = MakeCallBbs({callInst, getClsInst}, {callBb, callContBb}, &phiInst, receivers->size()); in DoInlinePolymorphic() local

Completed in 29 milliseconds

12