Lines Matching full:outlined
19 /// a specific sequence of instructions should be outlined. This information
22 /// * Create an outlined function
23 /// * Call that outlined function
88 // Statistics for outlined functions.
89 STATISTIC(NumOutlined, "Number of candidates outlined");
137 /// cannot be outlined.
143 /// be outlined.
440 /// Remark output explaining that a function was outlined.
620 // at most 3 can be outlined. If only outlining 3 of these is going to in findCandidates()
711 // Set optsize/minsize, so we don't insert padding between outlined in createOutlinedFunction()
749 // Don't keep debug information for outlined instructions. in createOutlinedFunction()
771 // Compute live-in set for outlined fn in createOutlinedFunction()
784 // The live-in set for the outlined function is the union of the live-ins in createOutlinedFunction()
793 // If there's a DISubprogram associated with this outlined function, then in createOutlinedFunction()
794 // emit debug info for the outlined function. in createOutlinedFunction()
813 /* Outlined code is optimized code by definition. */ in createOutlinedFunction()
838 // The function with highest priority should be outlined first. in outline()
846 // outlined greedily, based off the sort above. in outline()
853 // If we outlined something that overlapped with a candidate in a previous in outline()
891 LLVM_DEBUG(dbgs() << "CREATE OUTLINED CALLS\n"); in outline()
913 // anything we outline doesn't break liveness assumptions. The outlined in outline()
922 // Copy over the defs in the outlined range. in outline()
923 // First inst in outlined range <-- Anything that's defined in this in outline()
925 // implicit Last inst in outlined range <-- def to the call in outline()
926 // instruction. Also remove call site information for outlined block in outline()
927 // of code. The exposed uses need to be copied in the outlined range. in outline()
1041 // FIXME: This should be based off of the maximum size in B of an outlined in populateMapper()
1138 // Number to append to the current outlined function. in runOnModule()
1203 // Outline each of the candidates and return true if something was outlined. in doOutline()
1207 // If we outlined something, we definitely changed the MI count of the in doOutline()