Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.h36 class PHINode; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h28 class PHINode; variable
H A DSSAUpdater.h25 class PHINode; variable
H A DLocal.h56 class PHINode; variable
H A DSSAUpdaterBulk.h23 class PHINode; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DPhiValues.h33 class PHINode; variable
H A DBasicAliasAnalysis.h38 class PHINode; variable
H A DMemoryBuiltins.h47 class PHINode; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h32 class PHINode; variable
H A DJumpThreading.h43 class PHINode; variable
H A DGVN.h53 class PHINode; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h43 class PHINode; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSpeculateAroundPHIs.cpp203 PHINode &PN, SmallDenseMap<PHINode *, InstructionCost, 16> &CostSavingsMap, in isSafeAndProfitableToSpeculateAroundPHI()
428 const SmallDenseMap<PHINode *, InstructionCost, 16> &CostSavingsMap, in findProfitablePHIs()
H A DLoopInterchange.cpp754 Loop *L, SmallVector<PHINode *, 8> &Inductions, Loop *InnerLoop) { in findInductionAndReductions()
H A DSROA.cpp2337 SmallSetVector<PHINode *, 8> &PHIUsers, in AllocaSliceRewriter()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DBasicBlock.h40 class PHINode; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp144 SmallDenseMap<PHINode *, unsigned> &IterationsToInvariance) { in calculateIterationsToInvariance()
H A DSimplifyCFG.cpp5248 SmallVectorImpl<std::pair<PHINode *, Constant *>> &Res, in GetCaseResults()
5755 const SmallDenseMap<PHINode *, Type *> &ResultTypes) { in ShouldBuildLookupTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h72 class PHINode; variable
H A DSelectionDAGBuilder.cpp1124 void SelectionDAGBuilder::visitPHI(const PHINode &) { in visitPHI()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h49 class PHINode; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp817 SizeOffsetType ObjectSizeOffsetVisitor::visitPHINode(PHINode&) { in visitPHINode() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp98 PHINode::PHINode(const PHINode &PN) in PHINode() function in PHINode