Searched defs:AST (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h82 AliasSet *getAliasSet(AliasSetTracker &AST) { argument
142 void dropRef(AliasSetTracker &AST) { argument
237 AliasSet *getForwardedTarget(AliasSetTracker &AST) { argument
284 AliasSetTracker *AST; member in class:llvm::AliasSetTracker::ASTCallbackVH
430 operator <<(raw_ostream &OS, const AliasSetTracker &AST) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DAliasSetTracker.cpp31 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) { argument
90 void AliasSet::removeFromTracker(AliasSetTracker &AST) { argument
95 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, argument
366 void AliasSetTracker::add(const AliasSetTracker &AST) { argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendAction.cpp122 setCurrentInput(const FrontendInputFile &CurrentInput, ASTUnit *AST) argument
184 ASTUnit *AST = ASTUnit::LoadFromASTFile(InputFile, Diags, local
[all...]
H A DASTUnit.cpp662 ConfigureDiags(IntrusiveRefCntPtr<DiagnosticsEngine> &Diags, const char **ArgBegin, const char **ArgEnd, ASTUnit &AST, bool CaptureDiagnostics) argument
1764 OwningPtr<ASTUnit> AST; local
1794 ASTUnit *AST = Unit; local
1956 OwningPtr<ASTUnit> AST; local
2042 OwningPtr<ASTUnit> AST; local
2150 ASTUnit &AST; member in class:__anon3285::AugmentedCodeCompleteConsumer
2154 AugmentedCodeCompleteConsumer(ASTUnit &AST, CodeCompleteConsumer &Next, const CodeCompleteOptions &CodeCompleteOpts) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp383 ASTUnit *AST = ASTUnit::LoadFromCompilerInvocation( local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp665 AliasSetTracker &AST; member in class:__anon2780::LoopPromoter
880 AliasSetTracker *AST = LoopToAliasSetMap.lookup(L); local
890 AliasSetTracker *AST = LoopToAliasSetMap.lookup(L); local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp240 AliasSetTracker *AST; member in struct:__anon2846::PromoteMem2Reg
282 PromoteMem2Reg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT, AliasSetTracker *AST) argument
350 rewriteSingleStoreAlloca(AllocaInst *AI, AllocaInfo &Info, LargeBlockInfo &LBI, DominatorTree &DT, AliasSetTracker *AST) argument
447 promoteSingleBlockAlloca(AllocaInst *AI, const AllocaInfo &Info, LargeBlockInfo &LBI, AliasSetTracker *AST) argument
1072 PromoteMemToReg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT, AliasSetTracker *AST) argument
[all...]
/freebsd-10-stable/sys/mips/include/
H A Dregnum.h51 #define AST 1 macro

Completed in 64 milliseconds