Lines Matching refs:getBlock
324 !Function.empty() ? Function : Loc.IP.getBlock()->getParent()->getName(); in getOrCreateSrcLocStr()
515 BasicBlock *OuterAllocaBlock = OuterAllocaIP.getBlock(); in createParallel()
559 if (IP.getBlock()->end() == IP.getPoint()) { in createParallel()
565 assert(IP.getBlock()->getTerminator()->getNumSuccessors() == 1 && in createParallel()
566 IP.getBlock()->getTerminator()->getSuccessor(0) == PRegExitBB && in createParallel()
901 if (IP.getBlock()->end() != IP.getPoint()) in createSections()
912 auto *CaseBB = IP.getBlock()->getSinglePredecessor(); in createSections()
939 auto *CurFn = CodeGenIP.getBlock()->getParent(); in createSections()
940 auto *ForIncBB = CodeGenIP.getBlock()->getSingleSuccessor(); in createSections()
941 auto *ForExitBB = CodeGenIP.getBlock() in createSections()
958 CodeGenIP.getBlock()->getTerminator()->eraseFromParent(); in createSections()
998 if (IP.getBlock()->end() != IP.getPoint()) in createSection()
1009 auto *CaseBB = Loc.IP.getBlock(); in createSection()
1148 BasicBlock *BB = Loc.IP.getBlock(); in createCanonicalLoop()
2078 BasicBlock *FiniBB = FinIP.getBlock(); in emitCommonDirectiveExit()
2116 BasicBlock *OMP_Entry = IP.getBlock(); in createCopyinClauseBlocks()