HomeSort by relevance Sort by last modified time
    Searched refs:IsPhi (Results 1 - 25 of 66) 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() &&
  /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);
  /art/compiler/optimizing/
code_sinking.cc 179 DCHECK(!instruction->IsPhi()); // Makes no sense for Phi.
187 if (user->IsPhi()) {
198 DCHECK(!use.GetUser()->GetHolder()->IsPhi());
250 DCHECK(!insert_pos->IsPhi());
escape.cc 60 } else if (user->IsPhi() ||
ssa_phi_elimination.cc 55 if (!use.GetUser()->IsPhi()) {
197 } else if (input->IsPhi()) {
249 if (user->IsPhi() && !visited_phis_in_cycle.IsBitSet(user->GetId())) {
ssa_builder.cc 113 bool add_all_live_phis = instruction->IsPhi() && instruction->AsPhi()->IsDead();
116 if (user->IsPhi() && user->AsPhi()->IsLive()) {
130 if (input->IsPhi() && input->AsPhi()->IsDead()) {
203 if (equivalent->IsPhi()) {
392 if (equivalent->IsPhi()) {
681 } else if (value->IsPhi()) {
691 } else if (value->IsPhi()) {
graph_checker.cc 136 if (!current->IsPhi()) {
153 if (current->IsPhi()) {
340 instruction->IsPhi() ? "Phi" : "Instruction",
345 instruction->IsPhi() ? "Phi" : "Instruction",
359 const HInstructionList& list = input->IsPhi()
375 const HInstructionList& list = user->IsPhi()
431 if (!user->IsPhi() && !instruction->StrictlyDominates(user)) {
695 if (insn1->IsPhi() &&
    [all...]
  /external/v8/src/compiler/
dead-code-elimination.cc 86 if (NodeProperties::IsPhi(use)) {
100 if (NodeProperties::IsPhi(use)) {
118 if (NodeProperties::IsPhi(use)) {
  /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/darwin-x86/clang-4393122/include/llvm/IR/
User.h 86 /// \param IsPhi identifies callers which are phi nodes and which need
88 void allocHungoffUses(unsigned N, bool IsPhi = false);
92 void growHungoffUses(unsigned N, bool IsPhi = false);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
User.h 86 /// \param IsPhi identifies callers which are phi nodes and which need
88 void allocHungoffUses(unsigned N, bool IsPhi = false);
92 void growHungoffUses(unsigned N, bool IsPhi = false);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
User.h 86 /// \param IsPhi identifies callers which are phi nodes and which need
88 void allocHungoffUses(unsigned N, bool IsPhi = false);
92 void growHungoffUses(unsigned N, bool IsPhi = false);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
User.h 86 /// \param IsPhi identifies callers which are phi nodes and which need
88 void allocHungoffUses(unsigned N, bool IsPhi = false);
92 void growHungoffUses(unsigned N, bool IsPhi = false);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
User.h 86 /// \param IsPhi identifies callers which are phi nodes and which need
88 void allocHungoffUses(unsigned N, bool IsPhi = false);
92 void growHungoffUses(unsigned N, bool IsPhi = false);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
User.h 86 /// \param IsPhi identifies callers which are phi nodes and which need
88 void allocHungoffUses(unsigned N, bool IsPhi = false);
92 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);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
User.h 86 /// \param IsPhi identifies callers which are phi nodes and which need
88 void allocHungoffUses(unsigned N, bool IsPhi = false);
92 void growHungoffUses(unsigned N, bool IsPhi = false);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
User.h 86 /// \param IsPhi identifies callers which are phi nodes and which need
88 void allocHungoffUses(unsigned N, bool IsPhi = false);
92 void growHungoffUses(unsigned N, bool IsPhi = false);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
User.h 86 /// \param IsPhi identifies callers which are phi nodes and which need
88 void allocHungoffUses(unsigned N, bool IsPhi = false);
92 void growHungoffUses(unsigned N, bool IsPhi = false);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
User.h 86 /// \param IsPhi identifies callers which are phi nodes and which need
88 void allocHungoffUses(unsigned N, bool IsPhi = false);
92 void growHungoffUses(unsigned N, bool IsPhi = false);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
User.h 86 /// \param IsPhi identifies callers which are phi nodes and which need
88 void allocHungoffUses(unsigned N, bool IsPhi = false);
92 void growHungoffUses(unsigned N, bool IsPhi = false);

Completed in 981 milliseconds

1 2 3