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:IsDead
(Results
1 - 25
of
37
) sorted by relevance
1
2
/third_party/node/deps/v8/src/compiler/
H
A
D
value-numbering-reducer.cc
84
if (other_entry->
IsDead
()) {
in Reduce()
117
if (entry->
IsDead
()) {
in Reduce()
function
164
if (!old_entry || old_entry->
IsDead
()) continue;
in Grow()
H
A
D
graph-trimmer.h
35
if (!node->
IsDead
()) MarkAsLive(node);
in TrimGraph()
43
DCHECK(!node->
IsDead
());
in MarkAsLive()
H
A
D
control-flow-optimizer.cc
36
if (node->
IsDead
()) continue;
in Optimize()
51
if (node->
IsDead
() || queued_.Get(node)) return;
in Enqueue()
H
A
D
add-type-assertions-reducer.cc
40
DCHECK(!user->
IsDead
());
in Reduce()
H
A
D
wasm-escape-analysis.cc
45
DCHECK(!use->
IsDead
());
in ReduceAllocateRaw()
H
A
D
graph-reducer.cc
153
if (node->
IsDead
()) return Pop(); // Node was killed while on stack.
in ReduceTop()
263
DCHECK(!user->
IsDead
());
in ReplaceWithValue()
H
A
D
load-elimination.cc
25
return !node->
IsDead
();
in IsRename()
254
if (pair.first->
IsDead
()) continue;
in Lookup()
289
if (info1.first->
IsDead
()) continue;
in KillConst()
312
if (info1.first->
IsDead
()) continue;
in Kill()
941
!replacement->
IsDead
()) {
in ReduceLoadField()
1090
if (!replacement->
IsDead
() && NodeProperties::GetType(replacement)
in ReduceLoadElement()
H
A
D
node.h
48
inline bool
IsDead
() const;
460
bool Node::
IsDead
() const {
in IsDead()
function in v8::internal::compiler::Node
H
A
D
simplified-operator-reducer.cc
252
if (!edge.from()->
IsDead
() && edge.from() != node) {
in Reduce()
H
A
D
redundancy-elimination.cc
229
DCHECK(!check->node->
IsDead
());
in LookupCheck()
H
A
D
load-elimination.h
157
if (this_object->
IsDead
()) continue;
in Merge()
H
A
D
memory-optimizer.cc
209
DCHECK(!node->
IsDead
());
in VisitNode()
H
A
D
wasm-inlining.cc
151
if (call->
IsDead
()) {
in Finalize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H
A
D
A15SDOptimizer.cpp
211
bool
IsDead
= true;
in eraseInstrWithNoUses()
local
217
IsDead
= false;
in eraseInstrWithNoUses()
225
IsDead
= false;
in eraseInstrWithNoUses()
231
if (!
IsDead
) continue;
in eraseInstrWithNoUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H
A
D
HexagonRDFOpt.cpp
253
auto
IsDead
= [this] (NodeAddr<DefNode*> DA) -> bool {
in rewrite()
local
262
if (!llvm::all_of(Defs,
IsDead
))
in rewrite()
H
A
D
RDFDeadCode.cpp
150
auto
IsDead
= [this] (NodeAddr<InstrNode*> IA) -> bool {
in collect()
local
165
if (
IsDead
(IA)) {
in collect()
H
A
D
RDFLiveness.cpp
390
bool
IsDead
= DefA.Addr->getFlags() & NodeAttrs::Dead;
in getAllReachedUses()
391
NodeId U = !
IsDead
? DefA.Addr->getReachedUse() : 0;
in getAllReachedUses()
471
bool
IsDead
= DA.Addr->getFlags() & NodeAttrs::Dead;
in computePhiInfo()
local
472
NodeId UN = !
IsDead
? DA.Addr->getReachedUse() : 0;
in computePhiInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H
A
D
WebAssemblyRegStackify.cpp
550
bool
IsDead
= MRI.use_empty(Reg);
in rematerializeCheapDef()
local
551
if (!
IsDead
) {
in rematerializeCheapDef()
554
IsDead
= !LI.liveAt(LIS.getInstructionIndex(Def).getDeadSlot());
in rematerializeCheapDef()
559
if (
IsDead
) {
in rematerializeCheapDef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
SILowerControlFlow.cpp
138
static void setImpSCCDefDead(MachineInstr &MI, bool
IsDead
) {
in setImpSCCDefDead()
argument
142
ImpDefSCC.setIsDead(
IsDead
);
in setImpSCCDefDead()
/third_party/node/deps/v8/src/torque/
H
A
D
cfg.cc
234
DCHECK_IMPLIES(!block->
IsDead
(), block->InputDefinitions().Size() ==
in ComputeInputDefinitions()
H
A
D
cfg.h
85
bool
IsDead
() const { return !HasInputDefinitions(); }
in IsDead()
function in v8::internal::torque::Block
H
A
D
csa-generator.cc
25
if (block->
IsDead
()) continue;
in EmitGraph()
44
if (block->
IsDead
()) continue;
in EmitGraph()
H
A
D
cc-generator.cc
34
if (block->
IsDead
()) continue;
in EmitGraph()
/third_party/node/deps/v8/include/v8-include/
H
A
D
v8-isolate.h
1534
bool
IsDead
();
/third_party/node/deps/v8/include/
H
A
D
v8-isolate.h
1549
bool
IsDead
();
Completed in 24 milliseconds
1
2