Searched refs:PreheaderIdx (Results 1 – 2 of 2) sorted by relevance
403 unsigned PreheaderIdx = ~0U; in insertUniqueBackedgeBlock() local410 PreheaderIdx = i; in insertUniqueBackedgeBlock()423 assert(PreheaderIdx != ~0U && "PHI has no preheader entry??"); in insertUniqueBackedgeBlock()424 if (PreheaderIdx != 0) { in insertUniqueBackedgeBlock()425 PN->setIncomingValue(0, PN->getIncomingValue(PreheaderIdx)); in insertUniqueBackedgeBlock()426 PN->setIncomingBlock(0, PN->getIncomingBlock(PreheaderIdx)); in insertUniqueBackedgeBlock()
486 int PreheaderIdx = ExitVal->getBasicBlockIndex(LoopPreheader); in rewriteFirstIterationLoopExitValues() local487 if (PreheaderIdx != -1) { in rewriteFirstIterationLoopExitValues()492 ExitVal->getIncomingValue(PreheaderIdx)); in rewriteFirstIterationLoopExitValues()