/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | BranchFolding.h | 60 MachineBasicBlock *getBlock() const { return Block; } in getBlock() function 101 MachineBasicBlock *getBlock() const { in getBlock() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | BranchProbabilityInfo.h | 304 const BasicBlock *getBlock() const { return BB; } in getBlock() function 305 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 | 165 BasicBlock *getBlock() const { return Block; } in getBlock() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.h | 151 MachineBasicBlock *getBlock() { return MBB; } in getBlock() function
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFGStmtMap.cpp | 27 CFGBlock *CFGStmtMap::getBlock(Stmt *S) { in getBlock() function in CFGStmtMap
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | WorkList.h | 54 const CFGBlock *getBlock() const { return block; } in getBlock() function
|
H A D | CoreEngine.h | 215 const CFGBlock *getBlock() const { return Block; } in getBlock() function 513 const CFGBlock *getBlock() const { in getBlock() function 561 const CFGBlock *getBlock() const { in getBlock() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineOptimizationRemarkEmitter.h | 52 const MachineBasicBlock *getBlock() const { return MBB; } in getBlock() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.h | 172 uint64_t getBlock() const { return u.s.BlockNo; } in getBlock() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | ProgramPoint.h | 227 const CFGBlock *getBlock() const { in getBlock() function 249 const CFGBlock *getBlock() const { in getBlock() function 337 const CFGBlock *getBlock() const { in getBlock() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.h | 131 MachineBasicBlock &getBlock() const { return Block; } in getBlock() function
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugProgramInstruction.cpp | 513 BasicBlock *DbgRecord::getBlock() { return Marker->getParent(); } in getBlock() function in llvm::DbgRecord 515 const BasicBlock *DbgRecord::getBlock() const { return Marker->getParent(); } in getBlock() function in llvm::DbgRecord
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationPlanner.h | 106 VPBasicBlock *getBlock() const { return Block; } in getBlock() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 554 Block &getBlock() { in getBlock() function 561 const Block &getBlock() const { in getBlock() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 269 BasicBlock *getBlock() const { return Block; } in getBlock() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 347 GCOVBlock &getBlock(const BasicBlock *BB) { in getBlock() function in __anon09913f2a0311::GCOVFunction
|