llvm-project/llvm/lib/Transforms
Simon Pilgrim e30540a603 SampleProfileLoader::inlineHotFunctionsWithPriority - Fix uninitialized variable warning. NFCI.
findIndirectCallFunctionSamples will leave Sum uninitialized if it returns an empty vector, we don't really use Sum in this case (but we do make a copy that isn't used either) - so ensure we initialize the value to zero to at least silence the static analysis warning.
2021-05-15 15:02:52 +01:00
..
AggressiveInstCombine [Transforms] Use llvm::append_range (NFC) 2021-01-20 21:35:54 -08:00
CFGuard llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
Coroutines [Coroutines] Salvege Debug.values 2021-05-13 13:06:33 +08:00
Hello
IPO SampleProfileLoader::inlineHotFunctionsWithPriority - Fix uninitialized variable warning. NFCI. 2021-05-15 15:02:52 +01:00
InstCombine [CFG] Move reachable from entry checks into basic block variant 2021-05-15 15:42:02 +02:00
Instrumentation Internalize some cl::opt global variables or move them under namespace llvm 2021-05-07 11:15:43 -07:00
ObjCARC [NFC][AA] Prepare to convert AliasResult to class with PartialAlias offset. 2021-04-09 12:54:22 +03:00
Scalar [IR] Add BasicBlock::isEntryBlock() (NFC) 2021-05-15 12:41:58 +02:00
Utils [Local] collectBitParts - bail out if we find more than one root input value. 2021-05-15 13:58:42 +01:00
Vectorize [LoopVectorizationLegality] NFC: Mark some interfaces as 'const' 2021-05-14 11:53:54 +01:00
CMakeLists.txt [NewPM][HelloWorld] Move HelloWorld to Utils 2021-02-03 12:59:40 -08:00