Lines Matching defs:Find

217 /// to the BasicBlock \p Find.  This is used to fix up the incoming basic blocks
222 /// \param Find - The successor block to be replaced.
225 static void replaceTargetsFromPHINode(BasicBlock *PHIBlock, BasicBlock *Find,
240 // used to branch to Find in this outlined block.
244 if (BI->getSuccessor(Succ) != Find)
459 /// Find whether \p V matches the Constants previously found for the \p GVN.
544 /// Find whether \p Region matches the global value numbering to Constant
773 /// Find the the constants that will need to be lifted into arguments
802 /// Find the GVN for the inputs that have been found by the CodeExtractor.
828 /// Find the original value for the \p ArgInput values if any one of them was
849 /// Find the input GVNs and the output values for a region of Instructions.
901 // Find if any values are going to be sunk into the function when extracted
951 // Find the mapping of the extracted arguments to the arguments for the
1104 // Find all incoming values from the outlining region.
1213 // Find the incoming block and use the canonical numbering as well to define
1289 // Find the exits to the region.
1537 /// Find or create a BasicBlock in the outlined function containing PhiBlocks
1555 // Find if a PHIBlock exists for this return value already. If it is
1630 /// Find the canonical numbering for the incoming Values into the PHINode \p PN.
1661 // Find and add the canonical number for the incoming value.
1670 /// Find, or add PHINode \p PN to the combined PHINode Block \p OverallPHIBlock
1709 // Find the Canonical Numbering for each PHINode, if it matches, we replace
1769 // Find corresponding basic block in the overall function for the incoming
1783 // Find the corresponding value in the overall function.
2555 /// Find the extra instructions needed to handle any output values for the
2689 // Find if the operand it is an output register.
2791 // Find the possible similarity sections.