Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.h60 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 DBranchProbabilityInfo.h304 const BasicBlock *getBlock() const { return BB; } in getBlock() function
305 BasicBlock *getBlock() { return const_cast<BasicBlock *>(BB); } in 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; } in getBlock() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h151 MachineBasicBlock *getBlock() { return MBB; } in getBlock() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFGStmtMap.cpp27 CFGBlock *CFGStmtMap::getBlock(Stmt *S) { in getBlock() function in CFGStmtMap
/freebsd/contrib/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; } 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 DMachineOptimizationRemarkEmitter.h52 const MachineBasicBlock *getBlock() const { return MBB; } in getBlock() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h172 uint64_t getBlock() const { return u.s.BlockNo; } in getBlock() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
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
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h131 MachineBasicBlock &getBlock() const { return Block; } in getBlock() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp513 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 DLoopVectorizationPlanner.h106 VPBasicBlock *getBlock() const { return Block; } in getBlock() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h554 Block &getBlock() { in getBlock() function
561 const Block &getBlock() const { in getBlock() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h269 BasicBlock *getBlock() const { return Block; } in getBlock() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp347 GCOVBlock &getBlock(const BasicBlock *BB) { in getBlock() function in __anon09913f2a0311::GCOVFunction