Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DSyncDependenceAnalysis.h52 const BasicBlock *getBlockAt(unsigned Idx) const { return LoopPO[Idx]; } in getBlockAt() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp272 Out << LoopPOT.getBlockAt(BlockIdx)->getName().str() << "(" << BlockIdx in printDefs()
374 const auto *Block = LoopPOT.getBlockAt(BlockIdx); in computeJoinPoints()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1290 Block *getBlockAt(JITTargetAddress Addr) const { in getBlockAt() function