Searched refs:PHIValuesAtPseudoExit (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp502 std::vector<PHINode *> PHIValuesAtPseudoExit; member in struct:__anon11022::__anon11023::LoopConstrainer::RewrittenRangeInfo
555 // .PHIValuesAtPseudoExit are PHINodes in `PseudoExit' that compute the value
1103 RRI.PHIValuesAtPseudoExit.push_back(NewPHI);
1136 PN->setIncomingValue(i, RRI.PHIValuesAtPseudoExit[PHIIndex++]);

Completed in 119 milliseconds