Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DSimplifyIndVar.h29 class PHINode; variable
DSSAUpdater.h26 class PHINode; variable
DLocal.h34 class PHINode; variable
DSSAUpdaterImpl.h29 class PHINode; variable
/external/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysis.h34 class PHINode; variable
/external/llvm/include/llvm/CodeGen/
DStackProtector.h30 class PHINode; variable
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h28 class PHINode; variable
DLoopInfo.h61 class PHINode; variable
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1151 std::vector<std::pair<PHINode*, unsigned> > &PHIsToRewrite) { in GetHeapSROAValue()
1195 std::vector<std::pair<PHINode*, unsigned> > &PHIsToRewrite) { in RewriteHeapSROALoadUser()
1259 std::vector<std::pair<PHINode*, unsigned> > &PHIsToRewrite) { in RewriteUsesOfLoadForHeapSRoA()
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp554 SizeOffsetType ObjectSizeOffsetVisitor::visitPHINode(PHINode&) { in visitPHINode() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h63 class PHINode; variable
DSelectionDAGBuilder.cpp976 void SelectionDAGBuilder::visitPHI(const PHINode &) { in visitPHI()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3432 SmallVectorImpl<std::pair<PHINode *, Constant *>> &Res, in GetCaseResults()
3916 const SmallDenseMap<PHINode *, Type *> &ResultTypes) { in ShouldBuildLookupTable()
/external/llvm/lib/IR/
DInstructions.cpp87 PHINode::PHINode(const PHINode &PN) in PHINode() function in PHINode