Searched refs:PreheaderIdx (Results 1 – 2 of 2) sorted by relevance
412 unsigned PreheaderIdx = ~0U; in insertUniqueBackedgeBlock() local419 PreheaderIdx = i; in insertUniqueBackedgeBlock()432 assert(PreheaderIdx != ~0U && "PHI has no preheader entry??"); in insertUniqueBackedgeBlock()433 if (PreheaderIdx != 0) { in insertUniqueBackedgeBlock()434 PN->setIncomingValue(0, PN->getIncomingValue(PreheaderIdx)); in insertUniqueBackedgeBlock()435 PN->setIncomingBlock(0, PN->getIncomingBlock(PreheaderIdx)); in insertUniqueBackedgeBlock()
490 int PreheaderIdx = ExitVal->getBasicBlockIndex(LoopPreheader); in rewriteFirstIterationLoopExitValues() local491 if (PreheaderIdx != -1) { in rewriteFirstIterationLoopExitValues()496 ExitVal->getIncomingValue(PreheaderIdx)); in rewriteFirstIterationLoopExitValues()