Home
last modified time | relevance | path

Searched refs:CGDataMode (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp462 CGDataMode OutlinerMode = CGDataMode::None;
883 if (OutlinerMode == CGDataMode::Write) { in computeAndPublishHashSequence()
966 if (OutlinerMode != CGDataMode::None) in createOutlinedFunction()
1360 OutlinerMode = CGDataMode::Write; in initializeOutlinerMode()
1365 OutlinerMode = CGDataMode::Read; in initializeOutlinerMode()
1426 if (OutlinerMode == CGDataMode::Write) in runOnModule()
1457 if (OutlinerMode == CGDataMode::Read) in doOutline()
/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DCodeGenData.h106 enum CGDataMode { enum