Home
last modified time | relevance | path

Searched defs:PHINode (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSimplifyIndVar.h26 class PHINode; variable
DSSAUpdater.h25 class PHINode; variable
DSSAUpdaterBulk.h24 class PHINode; variable
DLocal.h54 class PHINode; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysis.h36 class PHINode; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DSROA.h31 class PHINode; variable
DJumpThreading.h43 class PHINode; variable
DGVN.h50 class PHINode; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DPhiValues.h34 class PHINode; variable
DBasicAliasAnalysis.h42 class PHINode; variable
DMemoryBuiltins.h48 class PHINode; variable
DLoopInfo.h63 class PHINode; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DSLPVectorizer.h43 class PHINode; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp203 PHINode &PN, SmallDenseMap<PHINode *, int, 16> &CostSavingsMap, in isSafeAndProfitableToSpeculateAroundPHI()
422 const SmallDenseMap<PHINode *, int, 16> &CostSavingsMap, in findProfitablePHIs()
DLoopInterchange.cpp680 Loop *L, SmallVector<PHINode *, 8> &Inductions, Loop *InnerLoop) { in findInductionAndReductions()
DSROA.cpp2322 SmallSetVector<PHINode *, 8> &PHIUsers, in AllocaSliceRewriter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DBasicBlock.h39 class PHINode; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp127 SmallDenseMap<PHINode *, unsigned> &IterationsToInvariance) { in calculateIterationsToInvariance()
DSimplifyCFG.cpp4739 SmallVectorImpl<std::pair<PHINode *, Constant *>> &Res, in GetCaseResults()
5226 const SmallDenseMap<PHINode *, Type *> &ResultTypes) { in ShouldBuildLookupTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h76 class PHINode; variable
DSelectionDAGBuilder.cpp1146 void SelectionDAGBuilder::visitPHI(const PHINode &) { in visitPHI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DIRTranslator.h48 class PHINode; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1168 std::vector<std::pair<PHINode *, unsigned>> &PHIsToRewrite) { in GetHeapSROAValue()
1212 std::vector<std::pair<PHINode *, unsigned>> &PHIsToRewrite) { in RewriteHeapSROALoadUser()
1275 std::vector<std::pair<PHINode *, unsigned> > &PHIsToRewrite) { in RewriteUsesOfLoadForHeapSRoA()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp781 SizeOffsetType ObjectSizeOffsetVisitor::visitPHINode(PHINode&) { in visitPHINode() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp106 PHINode::PHINode(const PHINode &PN) in PHINode() function in PHINode