Home
last modified time | relevance | path

Searched refs:getBlockAt (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DSyncDependenceAnalysis.h52 const BasicBlock *getBlockAt(unsigned Idx) const { return LoopPO[Idx]; } in getBlockAt() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp290 Out << LoopPOT.getBlockAt(BlockIdx)->getName().str() << "(" << BlockIdx in printDefs()
392 const auto *Block = LoopPOT.getBlockAt(BlockIdx); in computeJoinPoints()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1528 Block *getBlockAt(orc::ExecutorAddr Addr) const { in getBlockAt() function