/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.h | 23 class PHINode; global() variable
|
/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ProvenanceAnalysis.h | 36 class PHINode; variable
|
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SimplifyIndVar.h | 29 class PHINode; variable
|
H A D | SSAUpdaterBulk.h | 23 class PHINode; variable
|
H A D | Local.h | 47 class PHINode; variable
|
H A D | SSAUpdater.h | 25 class PHINode; variable
|
H A D | BasicBlockUtils.h | 29 class PHINode; variable
|
H A D | LoopConstrainer.h | 24 class PHINode; variable
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | PhiValues.h | 32 class PHINode; variable
|
H A D | BasicAliasAnalysis.h | 30 class PHINode; variable
|
H A D | MemoryBuiltins.h | 47 class PHINode; global() variable
|
/llvm-project/polly/include/polly/ |
H A D | ZoneAlgo.h | 26 class PHINode; variable
|
/llvm-project/polly/include/polly/CodeGen/ |
H A D | BlockGenerators.h | 575 copyPHIInstruction(ScopStmt &,PHINode *,ValueMapT &,LoopToScevMapT &) copyPHIInstruction() argument
|
/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | JumpThreading.h | 42 class PHINode; variable
|
H A D | GVN.h | 54 class PHINode; variable
|
/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
H A D | SLPVectorizer.h | 42 class PHINode; variable
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | BasicBlock.h | 40 class PHINode; variable
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 257 SmallPtrSet<const PHINode *, 16> &VisitedPHIs) { in HasAddressTaken() argument
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 76 class PHINode; variable
|
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | IRTranslator.h | 52 class PHINode; variable
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopInterchange.cpp | 730 findInductionAndReductions(Loop * L,SmallVector<PHINode *,8> & Inductions,Loop * InnerLoop) findInductionAndReductions() argument [all...] |
H A D | SROA.cpp | 2678 AllocaSliceRewriter(const DataLayout & DL,AllocaSlices & AS,SROA & Pass,AllocaInst & OldAI,AllocaInst & NewAI,uint64_t NewAllocaBeginOffset,uint64_t NewAllocaEndOffset,bool IsIntegerPromotable,VectorType * PromotableVecTy,SmallSetVector<PHINode *,8> & PHIUsers,SmallSetVector<SelectInst *,8> & SelectUsers) AllocaSliceRewriter() argument [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 5905 getCaseResults(SwitchInst * SI,ConstantInt * CaseVal,BasicBlock * CaseDest,BasicBlock ** CommonDest,SmallVectorImpl<std::pair<PHINode *,Constant * >> & Res,const DataLayout & DL,const TargetTransformInfo & TTI) getCaseResults() argument 6501 ShouldBuildLookupTable(SwitchInst * SI,uint64_t TableSize,const TargetTransformInfo & TTI,const DataLayout & DL,const SmallDenseMap<PHINode *,Type * > & ResultTypes) ShouldBuildLookupTable() argument 6538 ShouldUseSwitchConditionAsTableIndex(ConstantInt & MinCaseVal,const ConstantInt & MaxCaseVal,bool HasDefaultResults,const SmallDenseMap<PHINode *,Type * > & ResultTypes,const DataLayout & DL,const TargetTransformInfo & TTI) ShouldUseSwitchConditionAsTableIndex() argument [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 1796 collectPHINodes(const PHINode & I,SmallPtrSet<const PHINode *,8> & SeenPHIs) collectPHINodes() argument [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 123 PHINode::PHINode(const PHINode &PN) PHINode() function in PHINode [all...] |