Home
last modified time | relevance | path

Searched defs:Outlined (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/unittests/Transforms/Utils/
H A DCodeExtractorTest.cpp67 Function *Outlined = CE.extractCodeRegion(CEAC); TEST() local
116 Function *Outlined = CE.extractCodeRegion(CEAC, Inputs, Outputs); TEST() local
175 Function *Outlined = CE.extractCodeRegion(CEAC); TEST() local
232 Function *Outlined = CE.extractCodeRegion(CEAC); TEST() local
291 Function *Outlined = CE.extractCodeRegion(CEAC); TEST() local
366 Function *Outlined = CE.extractCodeRegion(CEAC); TEST() local
401 Function *Outlined = CE.extractCodeRegion(CEAC); TEST() local
453 Function *Outlined = CE.extractCodeRegion(CEAC); TEST() local
503 Function *Outlined = CE.extractCodeRegion(CEAC); TEST() local
550 Function *Outlined = CE.extractCodeRegion(CEAC, Inputs, Outputs); TEST() local
609 Function *Outlined = CE.extractCodeRegion(CEAC, Inputs, Outputs); TEST() local
[all...]
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h326 DenseSet<unsigned> Outlined; variable
/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp748 Function *Outlined = outlineColdRegions() local
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp5010 Function *Outlined = dyn_cast<Function>(CalleeVal); TEST_F() local