Searched refs:getPoint (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.h | 149 MachineBasicBlock::iterator getPoint() { in getPoint() function 181 return getInsertMBB().insert(getPoint(), &MI); in insert()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationPlanner.h | 92 VPBasicBlock::iterator getPoint() const { return Point; } in getPoint() function 98 setInsertPoint(IP.getBlock(), IP.getPoint()); in restoreIP()
|
| /openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 73 return IP1.getBlock() == IP2.getBlock() && IP1.getPoint() == IP2.getPoint(); in isConflictIP() 265 New->splice(New->begin(), Old, IP.getPoint(), Old->end()); in spliceBB() 950 if (IP.getBlock()->end() == IP.getPoint()) { in createParallel() 1589 if (IP.getBlock()->end() != IP.getPoint()) in createSections() 1681 if (IP.getBlock()->end() != IP.getPoint()) in createSection() 1740 InsertBlock->splitBasicBlock(Loc.IP.getPoint(), "reduce.finalize"); in createReductions()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 1783 assert(IP.getBlock()->end() != IP.getPoint() && 1856 CGF.AllocaInsertPt = &*AllocaIP.getPoint(); 1888 CGF.AllocaInsertPt = &*AllocaIP.getPoint();
|
| H A D | CGOpenMPRuntime.cpp | 1206 assert(IP.getBlock()->end() == IP.getPoint() && in PushAndPopStackRAII()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 259 BasicBlock::iterator getPoint() const { return Point; } in getPoint() function 277 SetInsertPoint(IP.getBlock(), IP.getPoint()); in restoreIP()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 972 SplitBlock(CGStartBB, &*CodeGenIP.getPoint(), DT, LI); in mergeParallelRegions() 1011 SplitBlock(CGStartBB, &*CodeGenIP.getPoint(), DT, LI); in mergeParallelRegions()
|