Searched defs:PHIs (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 284 SmallVector<Instruction *, 8> PHIs; in AddReductionVar() local
|
D | BasicBlockUtils.cpp | 93 SmallVector<WeakVH, 8> PHIs; in DeleteDeadPHIs() local
|
D | SimplifyCFG.cpp | 2168 SmallVector<PHINode*, 4> PHIs; in FoldBranchToCommonDest() local 4508 SmallVector<PHINode*, 4> PHIs; in SwitchToLookupTable() local
|
/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 | 621 SmallPtrSetImpl<const PHINode*> &PHIs) { in AllUsesOfValueWillTrapIfNull() 666 SmallPtrSet<const PHINode*, 8> PHIs; in AllUsesOfLoadedValueWillTrapIfNull() local 963 SmallPtrSetImpl<const PHINode*> &PHIs) { in ValueIsOnlyUsedLocallyOrStoredToOneGlobal() 1484 SmallPtrSet<const PHINode*, 8> PHIs; in TryToOptimizeStoreOfMallocToGlobal() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 483 SmallVector<WeakVH, 8> PHIs; in rewriteNonIntegerIVs() local
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 2949 static uint64_t GetStringLengthH(Value *V, SmallPtrSetImpl<PHINode*> &PHIs) { in GetStringLengthH() 3001 SmallPtrSet<PHINode*, 32> PHIs; in GetStringLength() local
|