HomeSort by relevance Sort by last modified time
    Searched full:origpreheader (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 89 BasicBlock *OrigPreheader,
94 PN->removeIncomingValue(PN->getBasicBlockIndex(OrigPreheader));
113 SSA.AddAvailableValue(OrigPreheader, OrigPreHeaderVal);
135 // Users in the OrigPreHeader need to use the value to which the
137 if (UserBB == OrigPreheader) {
185 BasicBlock *OrigPreheader = L->getLoopPreheader();
190 if (OrigPreheader == 0 || OrigLatch == 0)
223 ValueMap[PN] = PN->getIncomingValueForBlock(OrigPreheader);
225 // For the rest of the instructions, either hoist to the OrigPreheader if
227 TerminatorInst *LoopEntryBranch = OrigPreheader->getTerminator()
    [all...]

Completed in 202 milliseconds