Searched defs:getBlock (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFGStmtMap.h46 const CFGBlock *getBlock(const Stmt * S) const { function in class:clang::CFGStmtMap
H A DProgramPoint.h201 const CFGBlock *getBlock() const { function in class:clang::BlockEntrance
223 const CFGBlock *getBlock() const { function in class:clang::BlockExit
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h128 MachineBasicBlock *getBlock() { return MBB; } function in class:llvm::InstrEmitter
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFGStmtMap.cpp27 CFGBlock *CFGStmtMap::getBlock(Stmt *S) { function in class:CFGStmtMap
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h55 const CFGBlock *getBlock() const { return block; } function in class:clang::ento::WorkListUnit
H A DCoreEngine.h192 const CFGBlock *getBlock() const { return Block; } function in struct:clang::ento::NodeBuilderContext
473 const CFGBlock *getBlock() const { function in class:clang::ento::IndirectGotoNodeBuilder::iterator
520 const CFGBlock *getBlock() const { function in class:clang::ento::SwitchNodeBuilder::iterator
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DTrace.h49 BasicBlock *getBlock(unsigned i) const { return BasicBlocks[i]; } function in class:llvm::Trace
H A DDominators.h82 NodeT *getBlock() const { return TheBB; } function in class:llvm::DomTreeNodeBase
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DBranchFolding.h41 MachineBasicBlock *getBlock() const { return Block; } function in class:llvm::BranchFolder::MergePotentialsElt
72 MachineBasicBlock *getBlock() const { function in class:llvm::BranchFolder::SameTailElt
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp336 GCOVBlock &getBlock(BasicBlock *BB) { function in class:__anon2604::GCOVFunction
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h152 llvm::BasicBlock *getBlock() const { return Block; } function in class:llvm::IRBuilderBase::InsertPoint
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h112 llvm::BasicBlock *getBlock() const { return Block; } function in struct:clang::CodeGen::CodeGenFunction::JumpDest
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1804 CompoundStmt *getBlock() const { function in class:clang::SEHExceptStmt
1840 CompoundStmt *getBlock() const { return cast<CompoundStmt>(Block); } function in class:clang::SEHFinallyStmt

Completed in 278 milliseconds