Searched defs:IsPhi (Results 1 - 3 of 3) sorted by relevance
/external/v8/src/compiler/ | ||
H A D | node-properties.h | 71 static bool IsPhi(Node* node) { function in class:v8::internal::compiler::final |
/external/llvm/lib/IR/ | ||
H A D | User.cpp | 43 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 D | node-test-utils.cc | 1784 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