HomeSort by relevance Sort by last modified time
    Searched refs:IsPhi (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/llvm/lib/IR/
User.cpp 43 void User::allocHungoffUses(unsigned N, bool IsPhi) {
55 if (IsPhi)
63 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) {
73 allocHungoffUses(NewNumUses, IsPhi);
80 if (IsPhi) {
  /external/v8/src/crankshaft/
hydrogen-uint32-analysis.cc 82 if (use->IsPhi()) {
104 if (use->IsPhi() && !use->CheckFlag(HInstruction::kUint32)) {
150 if (operand->IsPhi()) {
hydrogen-redundant-phi.cc 57 updated |= value->IsPhi() && !value->CheckFlag(HValue::kIsDead);
hydrogen-representation-changes.cc 16 if (use_value->IsPhi()) {
179 if (input->IsPhi() && input->CheckFlag(HValue::kTruncatingToNumber)) {
196 if (input->IsPhi() &&
213 if (input->IsPhi() &&
  /art/compiler/optimizing/
escape.cc 54 } else if (user->IsPhi() || user->IsSelect() || user->IsInvoke() ||
code_sinking.cc 168 DCHECK(!instruction->IsPhi()); // Makes no sense for Phi.
176 if (user->IsPhi()) {
187 DCHECK(!use.GetUser()->GetHolder()->IsPhi());
234 DCHECK(!insert_pos->IsPhi());
ssa_phi_elimination.cc 47 if (!use.GetUser()->IsPhi()) {
181 } else if (input->IsPhi()) {
233 if (user->IsPhi() && !visited_phis_in_cycle.IsBitSet(user->GetId())) {
ssa_builder.cc 111 bool add_all_live_phis = instruction->IsPhi() && instruction->AsPhi()->IsDead();
114 if (user->IsPhi() && user->AsPhi()->IsLive()) {
128 if (input->IsPhi() && input->AsPhi()->IsDead()) {
197 if (equivalent->IsPhi()) {
381 if (equivalent->IsPhi()) {
671 } else if (value->IsPhi()) {
681 } else if (value->IsPhi()) {
graph_checker.cc 124 if (!current->IsPhi()) {
141 if (current->IsPhi()) {
328 instruction->IsPhi() ? "Phi" : "Instruction",
333 instruction->IsPhi() ? "Phi" : "Instruction",
347 const HInstructionList& list = input->IsPhi()
363 const HInstructionList& list = user->IsPhi()
419 if (!user->IsPhi() && !instruction->StrictlyDominates(user)) {
683 if (insn1->IsPhi() &&
    [all...]
cha_guard_optimization.cc 162 DCHECK(receiver->IsPhi());
licm.cc 24 return instruction->IsPhi() && instruction->GetBlock() == block;
reference_type_propagation.cc 493 if (obj->GetReferenceTypeInfo().IsExact() && !obj->IsPhi()) {
    [all...]
  /external/llvm/include/llvm/IR/
User.h 82 /// \param IsPhi identifies callers which are phi nodes and which need
84 void allocHungoffUses(unsigned N, bool IsPhi = false);
88 void growHungoffUses(unsigned N, bool IsPhi = false);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
User.h 88 /// \param IsPhi identifies callers which are phi nodes and which need
90 void allocHungoffUses(unsigned N, bool IsPhi = false);
94 void growHungoffUses(unsigned N, bool IsPhi = false);
  /external/v8/src/compiler/
dead-code-elimination.cc 86 if (NodeProperties::IsPhi(use)) {
100 if (NodeProperties::IsPhi(use)) {
118 if (NodeProperties::IsPhi(use)) {
loop-analysis.cc 196 } else if (NodeProperties::IsPhi(node)) {
254 if (NodeProperties::IsPhi(use)) {
317 return node->opcode() == IrOpcode::kLoop || NodeProperties::IsPhi(node);
328 if (NodeProperties::IsPhi(use)) {
node-properties.h 73 static bool IsPhi(Node* node) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
User.h 88 /// \param IsPhi identifies callers which are phi nodes and which need
90 void allocHungoffUses(unsigned N, bool IsPhi = false);
94 void growHungoffUses(unsigned N, bool IsPhi = false);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
User.h 88 /// \param IsPhi identifies callers which are phi nodes and which need
90 void allocHungoffUses(unsigned N, bool IsPhi = false);
94 void growHungoffUses(unsigned N, bool IsPhi = false);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
User.h 88 /// \param IsPhi identifies callers which are phi nodes and which need
90 void allocHungoffUses(unsigned N, bool IsPhi = false);
94 void growHungoffUses(unsigned N, bool IsPhi = false);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
User.h 88 /// \param IsPhi identifies callers which are phi nodes and which need
90 void allocHungoffUses(unsigned N, bool IsPhi = false);
94 void growHungoffUses(unsigned N, bool IsPhi = false);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
User.h 88 /// \param IsPhi identifies callers which are phi nodes and which need
90 void allocHungoffUses(unsigned N, bool IsPhi = false);
94 void growHungoffUses(unsigned N, bool IsPhi = false);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
User.h 88 /// \param IsPhi identifies callers which are phi nodes and which need
90 void allocHungoffUses(unsigned N, bool IsPhi = false);
94 void growHungoffUses(unsigned N, bool IsPhi = false);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
User.h 88 /// \param IsPhi identifies callers which are phi nodes and which need
90 void allocHungoffUses(unsigned N, bool IsPhi = false);
94 void growHungoffUses(unsigned N, bool IsPhi = false);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
User.h 88 /// \param IsPhi identifies callers which are phi nodes and which need
90 void allocHungoffUses(unsigned N, bool IsPhi = false);
94 void growHungoffUses(unsigned N, bool IsPhi = false);

Completed in 963 milliseconds

1 2 3