Searched defs:DT (Results 1 - 25 of 72) sorted by relevance

123

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachinePostDominators.h30 DominatorTreeBase<MachineBasicBlock> *DT; member in struct:llvm::MachinePostDominatorTree
[all...]
H A DMachineDominators.h43 DominatorTreeBase<MachineBasicBlock>* DT; member in class:llvm::MachineDominatorTree
198 getEntryNode(MachineDominatorTree *DT) argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h48 DominatorTree *const DT; member in class:llvm::CodeExtractor
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp64 DominatorTree &DT = getAnalysis<DominatorTree>(); local
H A DSimplifyInstructions.cpp48 const DominatorTree *DT = getAnalysisIfAvailable<DominatorTree>(); local
H A DLCSSA.cpp55 DominatorTree *DT; member in struct:__anon2690::LCSSA
105 BlockDominatesAnExit(BasicBlock *BB, const SmallVectorImpl<BasicBlock*> &ExitBlocks, DominatorTree *DT) argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DPostDominators.h26 DominatorTreeBase<BasicBlock>* DT; member in struct:llvm::PostDominatorTree
88 getEntryNode(PostDominatorTree *DT) argument
[all...]
H A DDominanceFrontier.h172 DominatorTree &DT = getAnalysis<DominatorTree>(); local
H A DDominatorInternals.h34 unsigned DFSPass(DominatorTreeBase<typename GraphT::NodeType>& DT, argument
108 Eval(DominatorTreeBase<typename GraphT::NodeType>& DT, argument
151 Calculate(DominatorTreeBase<typename GraphTraits<NodeT>::NodeType>& DT, FuncT& F) argument
[all...]
H A DIVUsers.h123 DominatorTree *DT; member in class:llvm::IVUsers
H A DRegionInfo.h209 DominatorTree *DT; member in class:llvm::Region
585 DominatorTree *DT; member in class:llvm::RegionInfo
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DDomPrinter.cpp57 static std::string getGraphName(DominatorTree *DT) { argument
73 static std::string getGraphName(PostDominatorTree *DT) { argument
H A DDominanceFrontier.cpp41 DominanceFrontier::calculate(const DominatorTree &DT, argument
H A DPHITransAddr.cpp145 PHITranslateSubExpr(Value *V, BasicBlock *CurBB, BasicBlock *PredBB, const DominatorTree *DT) argument
322 PHITranslateValue(BasicBlock *CurBB, BasicBlock *PredBB, const DominatorTree *DT) argument
346 PHITranslateWithInsertion(BasicBlock *CurBB, BasicBlock *PredBB, const DominatorTree &DT, SmallVectorImpl<Instruction*> &NewInsts) argument
370 InsertPHITranslatedSubExpr(Value *InVal, BasicBlock *CurBB, BasicBlock *PredBB, const DominatorTree &DT, SmallVectorImpl<Instruction*> &NewInsts) argument
[all...]
H A DRegionPrinter.cpp64 static std::string getGraphName(RegionInfo *DT) { argument
H A DScalarEvolutionNormalization.cpp71 DominatorTree &DT; member in class:__anon2118::PostIncTransform
29 IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, const Loop *L, DominatorTree *DT) argument
214 TransformForPostIncUse(TransformKind Kind, const SCEV *S, Instruction *User, Value *OperandValToReplace, PostIncLoopSet &Loops, ScalarEvolution &SE, DominatorTree &DT) argument
H A DIVUsers.cpp85 static bool isSimplifiedLoopNest(BasicBlock *BB, const DominatorTree *DT, argument
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp205 DominatorTree &DT = getAnalysis<DominatorTree>(); local
H A DLoopInstSimplify.cpp68 DominatorTree *DT = getAnalysisIfAvailable<DominatorTree>(); local
H A DSink.cpp34 DominatorTree *DT; member in class:__anon2683::Sinking
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DDirectoryLookup.h67 DirectoryLookup(const DirectoryEntry *dir, SrcMgr::CharacteristicKind DT, argument
77 DirectoryLookup(const HeaderMap *map, SrcMgr::CharacteristicKind DT, argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DMangle.cpp96 mangleDtorBlock(const CXXDestructorDecl *DD, CXXDtorType DT, const BlockDecl *BD, raw_ostream &ResStream) argument
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp121 DominatorTree DT; local
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp95 MachineDominatorTree *DT; // Machine dominator tree member in class:__anon2191::PeepholeOptimizer
H A DStackProtector.cpp49 DominatorTree *DT; member in class:__anon2235::StackProtector

Completed in 118 milliseconds

123