Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:HasClone
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
graph_cloner.h
180
bool
HasClone
(const BasicBlock *block)
in HasClone()
function in panda::compiler::GraphCloner
189
ASSERT_DO(
HasClone
(block), block->Dump(&std::cerr));
in GetClone()
193
bool
HasClone
(Inst *inst)
in HasClone()
function in panda::compiler::GraphCloner
201
ASSERT(
HasClone
(inst));
in GetClone()
208
ASSERT(clone_blocks_.empty() ||
HasClone
(inst->GetBasicBlock()));
in GetClone()
286
} else if (
HasClone
(input)) {
in SetCloneInputs()
H
A
D
graph_cloner.cpp
310
if (
HasClone
(input)) {
in UpdateUsersAfterNoSideExitsUnroll()
478
if (
HasClone
(input)) {
in BuildLoopUnrollDataFlow()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
graph_cloner.h
176
ASSERT_DO(
HasClone
(block), block->Dump(&std::cerr));
in GetClone()
248
} else if (
HasClone
(input)) {
in SetCloneInputs()
271
ASSERT(
HasClone
(inst));
in GetClone()
278
ASSERT(cloneBlocks_.empty() ||
HasClone
(inst->GetBasicBlock()));
in GetClone()
284
bool
HasClone
(const BasicBlock *block)
in HasClone()
function in ark::compiler::GraphCloner
289
bool
HasClone
(Inst *inst)
in HasClone()
function in ark::compiler::GraphCloner
H
A
D
graph_cloner.cpp
312
if (
HasClone
(input)) {
in UpdateUsersAfterNoSideExitsUnroll()
485
if (
HasClone
(input)) {
in BuildLoopUnrollDataFlow()
1024
if (caller != nullptr && caller->IsInlined() &&
HasClone
(caller)) {
in UpdateCaller()
Completed in 6 milliseconds