Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.h23 class PHINode; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.h36 class PHINode; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h29 class PHINode; variable
H A DSSAUpdaterBulk.h23 class PHINode; variable
H A DLocal.h47 class PHINode; variable
H A DSSAUpdater.h25 class PHINode; variable
H A DBasicBlockUtils.h29 class PHINode; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPhiValues.h32 class PHINode; variable
H A DBasicAliasAnalysis.h31 class PHINode; global() variable
H A DMemoryBuiltins.h47 class PHINode; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h37 class PHINode; global() variable
H A DJumpThreading.h42 class PHINode; variable
H A DGVN.h54 class PHINode; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h42 class PHINode; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h40 class PHINode; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp173 HasAddressTaken(const Instruction * AI,TypeSize AllocSize,Module * M,SmallPtrSet<const PHINode *,16> & VisitedPHIs) HasAddressTaken() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h52 class PHINode; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h76 class PHINode; variable
H A DSelectionDAGBuilder.cpp1373 void SelectionDAGBuilder::visitPHI(const PHINode &) { in visitPHI()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp730 Loop *L, SmallVector<PHINode *, 8> &Inductions, Loop *InnerLoop) { in findInductionAndReductions()
H A DSROA.cpp2678 SmallSetVector<PHINode *, 8> &PHIUsers, in AllocaSliceRewriter()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5910 SmallVectorImpl<std::pair<PHINode *, Constant *>> &Res, in getCaseResults()
6506 const SmallDenseMap<PHINode *, Type *> &ResultTypes) { in ShouldBuildLookupTable()
6543 bool HasDefaultResults, const SmallDenseMap<PHINode *, Type *> &ResultTypes, in ShouldUseSwitchConditionAsTableIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp1796 SmallPtrSet<const PHINode *, 8> &SeenPHIs) { in collectPHINodes()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp123 PHINode::PHINode(const PHINode &PN) in PHINode() function in PHINode