Home
last modified time | relevance | path

Searched refs:Outlined (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DCodeExtractorTest.cpp68 EXPECT_TRUE(Outlined); in TEST()
117 EXPECT_TRUE(Outlined); in TEST()
176 EXPECT_TRUE(Outlined); in TEST()
233 EXPECT_TRUE(Outlined); in TEST()
292 EXPECT_TRUE(Outlined); in TEST()
367 EXPECT_TRUE(Outlined); in TEST()
402 EXPECT_TRUE(Outlined); in TEST()
454 EXPECT_TRUE(Outlined); in TEST()
504 EXPECT_TRUE(Outlined); in TEST()
551 EXPECT_TRUE(Outlined); in TEST()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dmachine-outliner-size-info.mir8 # - Outlined functions start with 0 instructions
9 # - Outlined functions end with the same number of instructions as the delta
H A Dmachine-outliner-retaddr-sign-non-leaf.ll73 ; Outlined function is leaf-function => don't sign it
H A Dmachine-outliner-retaddr-sign-sp-mod.mir203 # Outlined function that contains only legal sp modifications
/llvm-project-15.0.7/mlir/test/Target/LLVMIR/
H A Dopenmp-reduction.mlir44 // Outlined function.
122 // Outlined function.
207 // Outlined function.
291 // Outlined function.
381 // Outlined function.
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h326 DenseSet<unsigned> Outlined; variable
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp675 Function *Outlined = extractColdRegion(SubRegion, CEAC, *DT, BFI, TTI, in outlineColdRegions() local
677 if (Outlined) { in outlineColdRegions()
H A DIROutliner.cpp2364 if (Outlined.contains(Idx)) in isCompatibleWithAlreadyOutlinedCode()
2420 if (Outlined.contains(Idx)) { in pruneIncompatibleRegions()
2954 Outlined.insert(Idx); in doOutline()
/llvm-project-15.0.7/mlir/test/Dialect/SCF/
H A Dtransform-ops.mlir53 // Outlined functions:
/llvm-project-15.0.7/llvm/test/Transforms/HotColdSplit/X86/
H A Ddo-not-split.ll6 ; Check that these functions are not split. Outlined functions are called from a
/llvm-project-15.0.7/llvm/test/Transforms/IROutliner/
H A Dopt-remarks.ll312 ; YAML-NEXT: Name: Outlined
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp4043 Function *Outlined = dyn_cast<Function>(CalleeVal); in TEST_F() local
4044 EXPECT_NE(Outlined, nullptr); in TEST_F()
4053 BasicBlock &AllocBlock = Outlined->getEntryBlock(); in TEST_F()
/llvm-project-15.0.7/openmp/docs/design/
H A DRuntimes.rst1183 Parallelism.cpp:69: Thread 0 Entering <OpenMP Outlined Function>
/llvm-project-15.0.7/llvm/docs/
H A DCoroutines.rst382 Outlined resume part of the coroutine will reside in function `f.resume`: