Searched defs:?A (Results 126 - 150 of 173) sorted by relevance

1234567

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp46 AliasAnalysis *AA; member in struct:__anon10374::DSE
192 getLocForWrite(Instruction *Inst, AliasAnalysis &AA) { argument
231 getLocForRead(Instruction *Inst, AliasAnalysis &AA) argument
319 getPointerSize(const Value *V, AliasAnalysis &AA) argument
339 isOverwrite(const AliasAnalysis::Location &Later, const AliasAnalysis::Location &Earlier, AliasAnalysis &AA, int64_t &EarlierOff, int64_t &LaterOff) argument
457 isPossibleSelfRead(Instruction *Inst, const AliasAnalysis::Location &InstStoreLoc, Instruction *DepWrite, AliasAnalysis &AA) argument
[all...]
H A DGVN.cpp105 AliasAnalysis *AA; member in class:__anon10379::ValueTable
1305 AliasAnalysis *AA = gvn.getAliasAnalysis(); local
[all...]
H A DLICM.cpp99 AliasAnalysis *AA; // Current AliasAnalysis information member in struct:__anon10387::LICM
H A DLoopIdiomRecognize.cpp375 mayLoopAccessLocation(Value *Ptr,AliasAnalysis::ModRefResult Access, Loop *L, const SCEV *BECount, unsigned StoreSize, AliasAnalysis &AA, Instruction *IgnoredStore) argument
H A DLoopStrengthReduce.cpp466 const APInt &RA = RC->getValue()->getValue(); local
480 const APInt &LA = C->getValue()->getValue(); local
481 const APInt &RA = RC->getValue()->getValue(); local
H A DMemCpyOptimizer.cpp500 AliasAnalysis &AA = getAnalysis<AliasAnalysis>(); local
864 AliasAnalysis &AA = getAnalysis<AliasAnalysis>(); local
[all...]
H A DObjCARC.cpp731 const Value *SA = StripPointerCastsAndObjCCalls(LocA.Ptr); local
741 const Value *UA = GetUnderlyingObjCPtr(SA); local
1114 AliasAnalysis *AA; member in class:__anon10413::ProvenanceAnalysis
1659 ProvenanceAnalysis PA; member in class:__anon10418::ObjCARCOpt
1872 IsPotentialUse(const Value *Op, AliasAnalysis &AA) argument
1894 CanAlterRefCount(const Instruction *Inst, const Value *Ptr, ProvenanceAnalysis &PA, InstructionClass Class) argument
1929 CanUse(const Instruction *Inst, const Value *Ptr, ProvenanceAnalysis &PA, InstructionClass Class) argument
2005 Depends(DependenceKind Flavor, Instruction *Inst, const Value *Arg, ProvenanceAnalysis &PA) argument
2092 FindDependencies(DependenceKind Flavor, const Value *Arg, BasicBlock *StartBB, Instruction *StartInst, SmallPtrSet<Instruction *, 4> &DependingInstructions, SmallPtrSet<const BasicBlock *, 4> &Visited, ProvenanceAnalysis &PA) argument
3760 AliasAnalysis *AA; member in class:__anon10420::ObjCARCContract
3762 ProvenanceAnalysis PA; member in class:__anon10420::ObjCARCContract
4105 InlineAsm *IA = local
[all...]
H A DScalarReplAggregates.cpp1546 AllocaInst *NA = new AllocaInst(ST->getContainedType(i), 0, local
1557 AllocaInst *NA = new AllocaInst(ElTy, 0, AI->getAlignment(), local
H A DSink.cpp36 AliasAnalysis *AA; member in class:__anon10446::Sinking
156 static bool isSafeToMove(Instruction *Inst, AliasAnalysis *AA, argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DAddrModeMatcher.cpp383 static bool IsOperandAMemoryOperand(CallInst *CI, InlineAsm *IA, Value *OpVal, argument
437 InlineAsm *IA = dyn_cast<InlineAsm>(CI->getCalledValue()); local
H A DBasicBlockUtils.cpp399 AliasAnalysis *AA = P ? P->getAnalysisIfAvailable<AliasAnalysis>() : 0; local
H A DCloneModule.cpp74 GlobalAlias *GA = new GlobalAlias(I->getType(), I->getLinkage(), local
111 GlobalAlias *GA = cast<GlobalAlias>(VMap[I]); local
H A DLocal.cpp495 BlockAddress *BA = BlockAddress::get(DestBB); local
H A DLoopSimplify.cpp75 AliasAnalysis *AA; member in struct:__anon10454::LoopSimplify
461 FindPHIToPartitionLoops(Loop *L, DominatorTree *DT, AliasAnalysis *AA, LoopInfo *LI) argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Vectorize/
H A DBBVectorize.cpp193 AliasAnalysis *AA; member in struct:__anon10468::BBVectorize
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DAsmWriter.cpp1464 printAlias(const GlobalAlias *GA) argument
[all...]
H A DAttributes.cpp131 AttributesImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint); local
H A DBasicBlock.cpp73 BlockAddress *BA = cast<BlockAddress>(use_back()); local
H A DConstants.cpp1276 BlockAddress *&BA = local
[all...]
H A DCore.cpp1381 void LLVMAddFunctionAttr(LLVMValueRef Fn, LLVMAttribute PA) { argument
1388 void LLVMRemoveFunctionAttr(LLVMValueRef Fn, LLVMAttribute PA) { argument
1460 void LLVMAddAttribute(LLVMValueRef Arg, LLVMAttribute PA) { argument
1464 void LLVMRemoveAttribute(LLVMValueRef Arg, LLVMAttribute PA) { argument
1664 LLVMAddInstrAttribute(LLVMValueRef Instr, unsigned index, LLVMAttribute PA) argument
1671 LLVMRemoveInstrAttribute(LLVMValueRef Instr, unsigned index, LLVMAttribute PA) argument
[all...]
H A DDebugInfo.cpp883 DIArray DA = DCT.getTypeArray(); local
H A DDebugLoc.cpp49 void DebugLoc::getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA, argument
184 int LLVMContextImpl::getOrAddScopeInlinedAtIdxEntry(MDNode *Scope, MDNode *IA, argument
[all...]
H A DMetadata.cpp426 int IA = PathA.size() - 1; local
H A DVerifier.cpp448 void Verifier::visitGlobalAlias(GlobalAlias &GA) { argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-prof/
H A Dllvm-prof.cpp244 M.print(outs(), &PA); local

Completed in 493 milliseconds

1234567