Searched defs:PHIs (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | EarlyIfConversion.cpp | 120 SmallVector<PHIInfo, 8> PHIs; member in __anonfc1f82480111::SSAIfConv
|
D | InlineSpiller.cpp | 547 SmallVector<VNInfo*, 8> PHIs, NonPHIs; in traceSiblingValue() local
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 619 SmallPtrSetImpl<const PHINode*> &PHIs) { in AllUsesOfValueWillTrapIfNull() 664 SmallPtrSet<const PHINode*, 8> PHIs; in AllUsesOfLoadedValueWillTrapIfNull() local 962 SmallPtrSetImpl<const PHINode*> &PHIs) { in ValueIsOnlyUsedLocallyOrStoredToOneGlobal() 1486 SmallPtrSet<const PHINode*, 8> PHIs; in TryToOptimizeStoreOfMallocToGlobal() local
|
/external/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 95 SmallVector<WeakVH, 8> PHIs; in DeleteDeadPHIs() local
|
D | SimplifyCFG.cpp | 2145 SmallVector<PHINode*, 4> PHIs; in FoldBranchToCommonDest() local 4072 SmallVector<PHINode*, 4> PHIs; in SwitchToLookupTable() local
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 2680 static uint64_t GetStringLengthH(Value *V, SmallPtrSetImpl<PHINode*> &PHIs) { in GetStringLengthH() 2732 SmallPtrSet<PHINode*, 32> PHIs; in GetStringLength() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 451 SmallVector<WeakVH, 8> PHIs; in RewriteNonIntegerIVs() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 4155 SmallVector<Instruction *, 8> PHIs; in AddReductionVar() local
|