Home
last modified time | relevance | path

Searched refs:GV1 (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/Transforms/GlobalOpt/
Datomic.ll3 @GV1 = internal global i64 1
4 ; CHECK: @GV1 = internal unnamed_addr constant i64 1
8 %0 = load atomic i8* bitcast (i64* @GV1 to i8*) acquire, align 8
Dctor-list-opt.ll89 @GV1 = global %struct.B zeroinitializer, align 8
94 %0 = bitcast %struct.B* @GV1 to i8*
97 %3 = bitcast %struct.B* @GV1 to i8***
/external/llvm/lib/Analysis/IPA/
DGlobalsModRef.cpp505 const GlobalValue *GV1 = dyn_cast<GlobalValue>(UV1); in alias() local
507 if (GV1 || GV2) { in alias()
510 if (GV1 && !NonAddressTakenGlobals.count(GV1)) GV1 = 0; in alias()
515 if ((GV1 || GV2) && GV1 != GV2) in alias()
525 GV1 = GV2 = 0; in alias()
529 GV1 = GV; in alias()
538 GV1 = AllocsForIndirectGlobals[UV1]; in alias()
546 if ((GV1 || GV2) && GV1 != GV2) in alias()
/external/llvm/lib/Transforms/Scalar/
DGlobalMerge.cpp105 bool operator()(const GlobalVariable *GV1, const GlobalVariable *GV2) { in operator ()()
106 Type *Ty1 = cast<PointerType>(GV1->getType())->getElementType(); in operator ()()
/external/llvm/lib/Analysis/
DConstantFolding.cpp554 GlobalValue *GV1, *GV2; in SymbolicallyEvaluateBinop() local
557 if (IsConstantOffsetFromGlobal(Op0, GV1, Offs1, *TD)) in SymbolicallyEvaluateBinop()
559 GV1 == GV2) { in SymbolicallyEvaluateBinop()
DBasicAliasAnalysis.cpp1195 if (const GEPOperator *GV1 = dyn_cast<GEPOperator>(V1)) { in aliasCheck() local
1196 AliasResult Result = aliasGEP(GV1, V1Size, V2, V2Size, V2TBAAInfo, O1, O2); in aliasCheck()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8572 const GlobalValue *GV1, *GV2; in isAlias() local
8574 bool isFrameIndex1 = FindBaseOffset(Ptr1, Base1, Offset1, GV1, CV1); in isAlias()
8578 if (Base1 == Base2 || (GV1 && (GV1 == GV2)) || (CV1 && (CV1 == CV2))) in isAlias()
8594 if ((isFrameIndex1 || CV1 || GV1) && (isFrameIndex2 || CV2 || GV2)) in isAlias()
DSelectionDAG.cpp5987 const GlobalValue *GV1 = NULL; in isConsecutiveLoad() local
5991 bool isGA1 = TLI.isGAPlusOffset(Loc.getNode(), GV1, Offset1); in isConsecutiveLoad()
5993 if (isGA1 && isGA2 && GV1 == GV2) in isConsecutiveLoad()