Searched defs:IncomingEdgeBlockIdx (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2817 int IncomingEdgeBlockIdx = local
2819 assert(IncomingEdgeBlockIdx >= 0 && "Invalid block index");
2821 int SelfEdgeBlockIdx = (IncomingEdgeBlockIdx ? 0 : 1);
2823 (RdxPhi)->setIncomingValue(IncomingEdgeBlockIdx, RdxDesc.LoopExitInstr);

Completed in 41 milliseconds