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

/external/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp480 std::vector<PHINode *> PHIValuesAtPseudoExit; member in struct:__anon14709::__anon14710::LoopConstrainer::RewrittenRangeInfo
533 // .PHIValuesAtPseudoExit are PHINodes in `PseudoExit' that compute the value
1081 RRI.PHIValuesAtPseudoExit.push_back(NewPHI);
1114 PN->setIncomingValue(i, RRI.PHIValuesAtPseudoExit[PHIIndex++]);

Completed in 110 milliseconds