Searched refs:getPoint (Results 1 – 7 of 7) sorted by relevance
90 VPBasicBlock::iterator getPoint() const { return Point; } in getPoint() function96 setInsertPoint(IP.getBlock(), IP.getPoint()); in restoreIP()
149 MachineBasicBlock::iterator getPoint() { in getPoint() function181 return getInsertMBB().insert(getPoint(), &MI); in insert()
559 if (IP.getBlock()->end() == IP.getPoint()) { in createParallel()901 if (IP.getBlock()->end() != IP.getPoint()) in createSections()998 if (IP.getBlock()->end() != IP.getPoint()) in createSection()
1742 assert(IP.getBlock()->end() != IP.getPoint() &&1793 CGF.AllocaInsertPt = &*AllocaIP.getPoint();1827 CGF.AllocaInsertPt = &*AllocaIP.getPoint();
1231 assert(IP.getBlock()->end() == IP.getPoint() && in PushAndPopStackRAII()
267 BasicBlock::iterator getPoint() const { return Point; } in getPoint() function285 SetInsertPoint(IP.getBlock(), IP.getPoint()); in restoreIP()
851 SplitBlock(CGStartBB, &*CodeGenIP.getPoint(), DT, LI); in mergeParallelRegions()891 SplitBlock(CGStartBB, &*CodeGenIP.getPoint(), DT, LI); in mergeParallelRegions()