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.h306 const BasicBlock *getBlock() const { return BB; } in getBlock() function
307 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.h162 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.h217 const CFGBlock *getBlock() const { return Block; } in getBlock() function
495 const CFGBlock *getBlock() const { in getBlock() function
543 const CFGBlock *getBlock() const { in getBlock() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOptimizationRemarkEmitter.h53 const MachineBasicBlock *getBlock() const { return MBB; } in getBlock() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h173 uint64_t getBlock() const { return u.s.BlockNo; } in getBlock() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h237 const CFGBlock *getBlock() const { in getBlock() function
259 const CFGBlock *getBlock() const { in getBlock() function
347 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.cpp514 BasicBlock *DbgRecord::getBlock() { return Marker->getParent(); } in getBlock() function in llvm::DbgRecord
516 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.h112 VPBasicBlock *getBlock() const { return Block; } in getBlock() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h578 Block &getBlock() { in getBlock() function
585 const Block &getBlock() const { in getBlock() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h306 BasicBlock *getBlock() const { return Block; } in getBlock() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp345 GCOVBlock &getBlock(const BasicBlock *BB) { in getBlock() function in __anon09913f2a0311::GCOVFunction