/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | BranchFolding.h | 59 MachineBasicBlock *getBlock() const { return Block; } in getBlock() function 98 MachineBasicBlock *getBlock() const { in getBlock() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | BranchProbabilityInfo.h | 292 const BasicBlock *getBlock() const { return BB; } in getBlock() function 293 BasicBlock *getBlock() { return const_cast<BasicBlock *>(BB); } in getBlock() function
|
H A D | Trace.h | 47 BasicBlock *getBlock(unsigned i) const { return BasicBlocks[i]; } in getBlock() function
|
H A D | MemorySSA.h | 164 BasicBlock *getBlock() const { return Block; } in getBlock() function
|
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
H A D | CFGStmtMap.h | 43 const CFGBlock *getBlock(const Stmt * S) const { in getBlock() function
|
H A D | ProgramPoint.h | 231 const CFGBlock *getBlock() const { in getBlock() function 253 const CFGBlock *getBlock() const { in getBlock() function 340 const CFGBlock *getBlock() const { in getBlock() function
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.h | 151 MachineBasicBlock *getBlock() { return MBB; } in getBlock() function
|
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CoreEngine.h | 227 const CFGBlock *getBlock() const { return Block; } in getBlock() function 517 const CFGBlock *getBlock() const { in getBlock() function 565 const CFGBlock *getBlock() const { in getBlock() function
|
H A D | WorkList.h | 54 const CFGBlock *getBlock() const { return block; } in getBlock() function
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/ |
H A D | CFGStmtMap.cpp | 27 CFGBlock *CFGStmtMap::getBlock(Stmt *S) { in getBlock() function in CFGStmtMap
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.h | 134 uint64_t getBlock() const { return u.s.BlockNo; } in getBlock() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineOptimizationRemarkEmitter.h | 51 const MachineBasicBlock *getBlock() const { return MBB; } in getBlock() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.h | 131 MachineBasicBlock &getBlock() const { return Block; } in getBlock() function
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationPlanner.h | 91 VPBasicBlock *getBlock() const { return Block; } in getBlock() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 540 Block &getBlock() { in getBlock() function 547 const Block &getBlock() const { in getBlock() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 258 BasicBlock *getBlock() const { return Block; } in getBlock() function
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 347 GCOVBlock &getBlock(const BasicBlock *BB) { in getBlock() function in __anon3a2a73410311::GCOVFunction
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | Stmt.h | 3400 CompoundStmt *getBlock() const { in getBlock() function 3437 CompoundStmt *getBlock() const { return cast<CompoundStmt>(Block); } in getBlock() function
|