| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | loop_analyzer_test.cpp | 25 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 D | basicblock_test.cpp | 25 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 D | branch_elimination_test.cpp | 45 void InitBlockToBeDisconnected(std::vector<BasicBlock *> &&blocks) in InitBlockToBeDisconnected() argument
|
| H A D | liveness_analyzer_test.cpp | 29 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 D | visualizer_printer.cpp | 64 void VisualizerPrinter::PrintDependences(const std::string &preffix, const T &blocks) in PrintDependences() argument
|
| H A D | graph_cloner.h | 211 void CloneBlocksAndInstructions(const ArenaVector<BasicBlock *> &blocks, Graph *targetGraph) in CloneBlocksAndInstructions() argument
|
| H A D | dump.cpp | 1316 auto &blocks = GetAnalysis<LinearOrder>().IsValid() ? GetBlocksLinearOrder() : GetBlocksRPO(); in Dump() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | linear_order_test.cpp | 73 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 D | branch_elimination_test.cpp | 50 void InitBlockToBeDisconnected(std::vector<BasicBlock *> &&blocks) in InitBlockToBeDisconnected() argument
|
| H A D | basicblock_test.cpp | 25 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 D | loop_analyzer_test.cpp | 29 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 D | liveness_analyzer_test.cpp | 30 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 D | loop_unroll_test.cpp | 63 size_t CountOpcodes(const ArenaVector<BasicBlock *> &blocks) in CountOpcodes() argument
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| H A D | linear_order.cpp | 100 void LinearOrder::MakeLinearOrder(const T &blocks) in MakeLinearOrder() argument
|
| H A D | loop_analyzer.h | 175 static inline bool IsEqualBlocks(const ArenaVector<T> &blocks, const ArenaVector<T> &others) in IsEqualBlocks() argument
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/ |
| H A D | graph.cpp | 193 auto &blocks = graph_->GetBlocksRPO(); in GetBasicBlockList() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| H A D | graph_cloner.h | 218 void CloneBlocksAndInstructions(const ArenaVector<BasicBlock *> &blocks, Graph *target_graph) in CloneBlocksAndInstructions() argument
|
| H A D | dump.cpp | 535 auto &blocks = GetAnalysis<LinearOrder>().IsValid() ? GetBlocksLinearOrder() : GetBlocksRPO(); in Dump() local
|
| H A D | graph_checker.cpp | 600 auto blocks = GetGraph()->GetTryBeginBlocks(); in IsTryCatchDomination() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | murmur3_hash.h | 98 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 D | linear_order.cpp | 119 void LinearOrder::MakeLinearOrder(const T &blocks) in MakeLinearOrder() argument
|
| H A D | loop_analyzer.h | 181 static inline bool IsEqualBlocks(const ArenaVector<T> &blocks, const ArenaVector<T> &others) in IsEqualBlocks() argument
|
| H A D | reg_alloc_verifier.cpp | 142 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 D | murmur3_hash.h | 95 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 D | inlining.cpp | 582 auto blocks = MakeCallBbs({callInst, getClsInst}, {callBb, callContBb}, &phiInst, receivers->size()); in DoInlinePolymorphic() local
|