Home
last modified time | relevance | path

Searched defs:MergeFunctions (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DPassManagerBuilder.h167 bool MergeFunctions; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp200 class MergeFunctions { class
202 MergeFunctions() : FnTree(FunctionNodeCmp(&GlobalNumbers)) { in MergeFunctions() function in __anon7ab3ac9a0111::MergeFunctions
/third_party/rust/rust/compiler/rustc_target/src/spec/
Dmod.rs605 pub enum MergeFunctions { enum
611 impl MergeFunctions { impl
621 impl FromStr for MergeFunctions { implementation
624 fn from_str(s: &str) -> Result<MergeFunctions, ()> { in from_str()
634 impl ToJson for MergeFunctions { implementation
/third_party/rust/rust/compiler/rustc_session/src/
Doptions.rs1048 slot: &mut Option<MergeFunctions>, in parse_merge_functions()
/third_party/rust/rust/compiler/rustc_llvm/llvm-wrapper/
DPassWrapper.cpp619 bool MergeFunctions, bool UnrollLoops, bool SLPVectorize, bool LoopVectorize, in LLVMRustOptimize()