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()
546 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()
665 SplitBlock(CGStartBB, &*CodeGenIP.getPoint(), DT, LI); in mergeParallelRegions()705 SplitBlock(CGStartBB, &*CodeGenIP.getPoint(), DT, LI); in mergeParallelRegions()
1742 assert(IP.getBlock()->end() != IP.getPoint() &&1793 CGF.AllocaInsertPt = &*AllocaIP.getPoint();1827 CGF.AllocaInsertPt = &*AllocaIP.getPoint();
1227 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()