Searched defs:IsPhi (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/compiler/
H A Dnode-properties.h71 static bool IsPhi(Node* node) { function in class:v8::internal::compiler::final
/external/llvm/lib/IR/
H A DUser.cpp43 void User::allocHungoffUses(unsigned N, bool IsPhi) { argument
55 if (IsPhi)
63 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { argument
73 allocHungoffUses(NewNumUses, IsPhi);
80 if (IsPhi) {
/external/v8/test/unittests/compiler/
H A Dnode-test-utils.cc1784 Matcher<Node*> IsPhi(const Matcher<MachineRepresentation>& type_matcher, function in namespace:v8::internal::compiler
1793 Matcher<Node*> IsPhi(const Matcher<MachineRepresentation>& type_matcher, function in namespace:v8::internal::compiler

Completed in 417 milliseconds