Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.h59 MachineBasicBlock *getBlock() const { return Block; } getBlock() function
98 MachineBasicBlock *getBlock() const { getBlock() function
/freebsd-src/contrib/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
/freebsd-src/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.h164 BasicBlock *getBlock() const { return Block; } getBlock() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h151 MachineBasicBlock *getBlock() { return MBB; } in getBlock() function
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCFGStmtMap.cpp27 CFGBlock *CFGStmtMap::getBlock(Stmt *S) { in getBlock() function in CFGStmtMap
/freebsd-src/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.h513 const CFGBlock *getBlock() const { in getBlock() function
561 const CFGBlock *getBlock() const { in getBlock() function
218 const CFGBlock *getBlock() const { return Block; } getBlock() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h134 uint64_t getBlock() const { return u.s.BlockNo; } getBlock() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOptimizationRemarkEmitter.h51 const MachineBasicBlock *getBlock() const { return MBB; } getBlock() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h131 MachineBasicBlock &getBlock() const { return Block; } in getBlock() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp346 BasicBlock *DPValue::getBlock() { return Marker->getParent(); } getBlock() function in llvm::DPValue
348 const BasicBlock *DPValue::getBlock() const { return Marker->getParent(); } getBlock() function in llvm::DPValue
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h98 VPBasicBlock *getBlock() const { return Block; } getBlock() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h553 Block &getBlock() { getBlock() function
560 const Block &getBlock() const { getBlock() function
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h266 BasicBlock *getBlock() const { return Block; } getBlock() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp347 GCOVBlock &getBlock(const BasicBlock *BB) { in getBlock() function in __anon755d56fc0311::GCOVFunction