mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-08 02:26:07 +00:00

and add a doxygen comment. Cache the phi entry to avoid doing tons of PHINode::getBasicBlockIndex calls in the common case. On my insane testcase from re2c, this speeds up CGP from 617.4s to 7.9s (78x). llvm-svn: 96083