HomeSort by relevance Sort by last modified time
    Searched refs:GV2 (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Analysis/
GlobalsModRef.cpp     [all...]
ConstantFolding.cpp 657 GlobalValue *GV1, *GV2;
661 if (IsConstantOffsetFromGlobal(Op1, GV2, Offs2, DL) && GV1 == GV2) {
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 648 for (GlobalValue *GV2 : ComdatMembers[SC]) {
649 if (!GV2->hasLocalLinkage() && shouldInternalizeLinkedSymbols())
650 Internalize.insert(GV2->getName());
651 Add(*GV2);
723 for (GlobalValue *GV2 : ComdatMembers[SC])
724 ValuesToLink.insert(GV2);
  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 197 [&DL](const GlobalVariable *GV1, const GlobalVariable *GV2) {
199 DL.getTypeAllocSize(GV2->getValueType());
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 402 milliseconds