Home
last modified time | relevance | path

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

12

/llvm-project/clang/include/clang/Analysis/
H A DCFGStmtMap.h45 const CFGBlock *getBlock(const Stmt * S) const { in getBlock() function
H A DProgramPoint.h227 const CFGBlock *getBlock() const { in getBlock() function
249 const CFGBlock *getBlock() const { in getBlock() function
337 const CFGBlock *getBlock() const { in getBlock() function
/llvm-project/mlir/include/mlir/Analysis/
H A DLiveness.h106 Block *getBlock() const { return block; } in getBlock() function
/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.h60 MachineBasicBlock *getBlock() const { return Block; } in getBlock() function
101 MachineBasicBlock *getBlock() const { in getBlock() function
/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h304 BasicBlock *getBlock() { return const_cast<BasicBlock *>(BB); } in getBlock() function
305 BasicBlock *getBlock() { return const_cast<BasicBlock *>(BB); } getBlock() function
H A DTrace.h47 BasicBlock *getBlock(unsigned i) const { return BasicBlocks[i]; } in getBlock() function
H A DMemorySSA.h165 BasicBlock *getBlock() const { return Block; } getBlock() function
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h151 MachineBasicBlock *getBlock() { return MBB; } in getBlock() function
/llvm-project/clang/lib/Analysis/
H A DCFGStmtMap.cpp27 CFGBlock *CFGStmtMap::getBlock(Stmt *S) { in getBlock() function in CFGStmtMap
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h54 const CFGBlock *getBlock() const { return block; } in getBlock() function
H A DCoreEngine.h215 const CFGBlock *getBlock() const { return Block; } getBlock() function
513 const CFGBlock *getBlock() const { getBlock() function
561 const CFGBlock *getBlock() const { getBlock() function
/llvm-project/bolt/include/bolt/Core/
H A DFunctionLayout.h228 BinaryBasicBlock *getBlock(unsigned Index) { return Blocks[Index]; } getBlock() function
230 const BinaryBasicBlock *getBlock(unsigned Index) const { getBlock() function
/llvm-project/mlir/include/mlir/IR/
H A DBuilders.h341 Block *getBlock() const { return block; } getBlock() function
450 Block *getBlock() const { return block; } getBlock() function
H A DOperation.h213 Block *getBlock() { return block; } in getBlock() function
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h134 uint64_t getBlock() const { return u.s.BlockNo; } getBlock() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOptimizationRemarkEmitter.h51 const MachineBasicBlock *getBlock() const { return MBB; } getBlock() function
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h131 MachineBasicBlock &getBlock() const { return Block; } in getBlock() function
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.h347 Block *getBlock(uint32_t id) const { return blockMap.lookup(id); } getBlock() function
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h106 VPBasicBlock *getBlock() const { return Block; } getBlock() function
/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp512 BasicBlock *DbgRecord::getBlock() { return Marker->getParent(); } getBlock() function in llvm::DbgRecord
514 const BasicBlock *DbgRecord::getBlock() const { return Marker->getParent(); } getBlock() function in llvm::DbgRecord
/llvm-project/llvm/unittests/Target/SPIRV/
H A DSPIRVConvergenceRegionAnalysisTests.cpp76 const BasicBlock *getBlock(StringRef Name) { in getBlock() function in SPIRVConvergenceRegionAnalysisTest
/llvm-project/mlir/lib/Bindings/Python/
H A DIRModule.h866 PyBlock &getBlock() { return block; } getBlock() function
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h554 Block &getBlock() { getBlock() function
561 const Block &getBlock() const { getBlock() function
[all...]
/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h269 BasicBlock *getBlock() const { return Block; } getBlock() function
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp347 GCOVBlock &getBlock(const BasicBlock *BB) { getBlock() function in __anon674c465d0311::GCOVFunction

12