HomeSort by relevance Sort by last modified time
    Searched defs:Phi (Results 1 - 6 of 6) sorted by null

  /frameworks/base/services/sensorservice/
Fusion.h 68 mat<mat33_t, 2, 2> Phi;
  /external/clang/test/CodeGen/
2007-03-05-DataLayout.c 23 double phi; member in struct:bnode
36 #define Phi(x) ((x)->phi)
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 186 /// loop. For PHI nodes, there may be multiple uses, so compute the nearest
190 PHINode *PHI = dyn_cast<PHINode>(User);
191 if (!PHI)
195 for (unsigned i = 0, e = PHI->getNumIncomingValues(); i != e; ++i) {
196 if (PHI->getIncomingValue(i) != Def)
199 BasicBlock *InsertBB = PHI->getIncomingBlock(i);
207 assert(InsertPt && "Missing phi operand");
259 // If this is not an add of the PHI with a constantfp, or if the constant fp
485 // Because of LCSSA, these values will only occur in LCSSA PHI Nodes. Scan
490 // If there are no PHI nodes in this exit block, then no values define
    [all...]
GVN.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 48 PHINodeFoldingThreshold("phi-node-folding-threshold", cl::Hidden, cl::init(1),
49 cl::desc("Control the amount of phi node folding to perform (default = 1)"));
91 // successor, and if that successor has a PHI node, and if *that* PHI node has
110 /// AddPredecessorToBlock - Update PHI nodes in Succ to indicate that there will
112 /// flowing into the PHI nodes will be the same as those coming in from
126 /// least one PHI node in it), check to see if the merge at this block is due
589 // Remove PHI node entries for the dead edge.
644 // Remove PHI node entries for dead edges.
777 // sure we update the number of entries in the PHI nodes for thes
    [all...]

Completed in 176 milliseconds