Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DCFGStmtMap.h46 const CFGBlock *getBlock(const Stmt * S) const { in getBlock() function
H A DProgramPoint.h201 const CFGBlock *getBlock() const { in getBlock() function
223 const CFGBlock *getBlock() const { in getBlock() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DBranchFolding.h46 MachineBasicBlock *getBlock() const { return Block; } in getBlock() function
77 MachineBasicBlock *getBlock() const { in getBlock() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h127 MachineBasicBlock *getBlock() { return MBB; } in getBlock() function
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DCFGStmtMap.cpp27 CFGBlock *CFGStmtMap::getBlock(Stmt *S) { in getBlock() function in CFGStmtMap
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h55 const CFGBlock *getBlock() const { return block; } in getBlock() function
H A DCoreEngine.h187 const CFGBlock *getBlock() const { return Block; } in getBlock() function
470 const CFGBlock *getBlock() const { in getBlock() function
517 const CFGBlock *getBlock() const { in getBlock() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DTrace.h49 BasicBlock *getBlock(unsigned i) const { return BasicBlocks[i]; } in getBlock() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DGenericDomTree.h87 NodeT *getBlock() const { return TheBB; } in getBlock() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h152 llvm::BasicBlock *getBlock() const { return Block; } in getBlock() function
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp342 GCOVBlock &getBlock(BasicBlock *BB) { in getBlock() function in __anon498f98dd0211::GCOVFunction
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h114 llvm::BasicBlock *getBlock() const { return Block; } in getBlock() function
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h1853 CompoundStmt *getBlock() const { in getBlock() function
1889 CompoundStmt *getBlock() const { return cast<CompoundStmt>(Block); } in getBlock() function