Searched refs:phi (Results 126 - 131 of 131) sorted by relevance

123456

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp1621 // The phi code below assumes that we haven't needed any control flow yet.
1631 // If we've got a scalar return, build a phi.
1639 // Otherwise, build a phi.
1641 llvm::PHINode *phi = CGF.Builder.CreatePHI(null->getType(), 2); local
1642 phi->addIncoming(result.getScalarVal(), callBB);
1643 phi->addIncoming(null, NullBB);
1644 return RValue::get(phi);
/external/chromium_org/v8/src/
H A Dhydrogen.h89 void AddPhi(HPhi* phi);
90 void RemovePhi(HPhi* phi);
323 // Returns false if there are phi-uses of the arguments-object
327 // Returns false if there are phi-uses of an uninitialized const
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-scheduler.cc1643 Node* phi = graph->NewNode(common->Phi(kMachAnyTagged, 2), tv, fv, m); local
1644 return phi;
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml1022 (*--... Operations on phi nodes ............................................--*)
H A Dllvm.mli1745 (** {7 Operations on phi nodes} *)
1747 (** [add_incoming (v, bb) pn] adds the value [v] to the phi node [pn] for use
1751 (** [incoming pn] returns the list of value-block pairs for phi node [pn].
2318 [%name = phi %incoming]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 249 milliseconds

123456