Home
last modified time | relevance | path

Searched refs:getPoint (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h90 VPBasicBlock::iterator getPoint() const { return Point; } in getPoint() function
96 setInsertPoint(IP.getBlock(), IP.getPoint()); in restoreIP()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h149 MachineBasicBlock::iterator getPoint() { in getPoint() function
181 return getInsertMBB().insert(getPoint(), &MI); in insert()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp546 if (IP.getBlock()->end() == IP.getPoint()) { in createParallel()
888 if (IP.getBlock()->end() != IP.getPoint()) in createSections()
985 if (IP.getBlock()->end() != IP.getPoint()) in createSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp665 SplitBlock(CGStartBB, &*CodeGenIP.getPoint(), DT, LI); in mergeParallelRegions()
705 SplitBlock(CGStartBB, &*CodeGenIP.getPoint(), DT, LI); in mergeParallelRegions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h1742 assert(IP.getBlock()->end() != IP.getPoint() &&
1793 CGF.AllocaInsertPt = &*AllocaIP.getPoint();
1827 CGF.AllocaInsertPt = &*AllocaIP.getPoint();
H A DCGOpenMPRuntime.cpp1227 assert(IP.getBlock()->end() == IP.getPoint() && in PushAndPopStackRAII()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h267 BasicBlock::iterator getPoint() const { return Point; } in getPoint() function
285 SetInsertPoint(IP.getBlock(), IP.getPoint()); in restoreIP()