Searched refs:FnL (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FunctionComparator.cpp | 384 assert(LBA->getFunction() == FnL && RBA->getFunction() == FnR); in cmpConstants() 410 const DataLayout &DL = FnL->getParent()->getDataLayout(); in cmpTypes() 672 const DataLayout &DL = FnL->getParent()->getDataLayout(); in cmpGEPs() 721 if (L == FnL) { in cmpValues() 727 if (L == FnL) in cmpValues() 796 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compareSignature() 799 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compareSignature() 802 if (FnL->hasGC()) { in compareSignature() 803 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compareSignature() 807 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compareSignature() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | FunctionComparator.h | 97 : FnL(F1), FnR(F2), GlobalNumbers(GN) {} in FunctionComparator() 328 const Function *FnL, *FnR; variable
|
/third_party/rust/crates/nom/src/sequence/ |
D | mod.rs | 252 tuple_trait!(FnA A, FnB B, FnC C, FnD D, FnE E, FnF F, FnG G, FnH H, FnI I, FnJ J, FnK K, FnL L,
|
/third_party/rust/crates/nom/src/branch/ |
D | mod.rs | 257 FnL L l
|