Searched defs:PHIs (Results 1 – 8 of 8) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | EarlyIfConversion.cpp | 120 SmallVector<PHIInfo, 8> PHIs; member in __anon4799df390111::SSAIfConv
|
H A D | InlineSpiller.cpp | 547 SmallVector<VNInfo*, 8> PHIs, NonPHIs; in traceSiblingValue() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 616 SmallPtrSetImpl<const PHINode*> &PHIs) { in AllUsesOfValueWillTrapIfNull() 661 SmallPtrSet<const PHINode*, 8> PHIs; in AllUsesOfLoadedValueWillTrapIfNull() local 961 SmallPtrSetImpl<const PHINode*> &PHIs) { in ValueIsOnlyUsedLocallyOrStoredToOneGlobal() 1490 SmallPtrSet<const PHINode*, 8> PHIs; in TryToOptimizeStoreOfMallocToGlobal() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 101 SmallVector<WeakVH, 8> PHIs; in DeleteDeadPHIs() local
|
H A D | SimplifyCFG.cpp | 2164 SmallVector<PHINode*, 4> PHIs; in FoldBranchToCommonDest() local 4116 SmallVector<PHINode*, 4> PHIs; in SwitchToLookupTable() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 2412 static uint64_t GetStringLengthH(Value *V, SmallPtrSetImpl<PHINode*> &PHIs) { in GetStringLengthH() 2464 SmallPtrSet<PHINode*, 32> PHIs; in GetStringLength() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 452 SmallVector<WeakVH, 8> PHIs; in RewriteNonIntegerIVs() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 5123 SmallVector<Instruction *, 8> PHIs; in AddReductionVar() local
|