Home
last modified time | relevance | path

Searched refs:FnL (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp372 assert(LBA->getFunction() == FnL && RBA->getFunction() == FnR); in cmpConstants()
398 const DataLayout &DL = FnL->getParent()->getDataLayout(); in cmpTypes()
675 const DataLayout &DL = FnL->getParent()->getDataLayout(); in cmpGEPs()
724 if (L == FnL) { in cmpValues()
730 if (L == FnL) in cmpValues()
799 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compareSignature()
802 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compareSignature()
805 if (FnL->hasGC()) { in compareSignature()
806 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compareSignature()
810 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compareSignature()
[all …]
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp179 : FnL(F1), FnR(F2), GlobalNumbers(GN) {} in FunctionComparator()
414 const Function *FnL, *FnR; member in __anon7fe985500111::FunctionComparator
791 assert(LBA->getFunction() == FnL && RBA->getFunction() == FnR); in cmpConstants()
815 const DataLayout &DL = FnL->getParent()->getDataLayout(); in cmpTypes()
1080 const DataLayout &DL = FnL->getParent()->getDataLayout(); in cmpGEPs()
1129 if (L == FnL) { in cmpValues()
1135 if (L == FnL) in cmpValues()
1223 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compare()
1226 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compare()
1229 if (FnL->hasGC()) { in compare()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h98 : FnL(F1), FnR(F2), GlobalNumbers(GN) {} in FunctionComparator()
329 const Function *FnL, *FnR; variable
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DFunctionComparator.cpp55 return F1 == FnL && F2 == FnR; in testFunctionAccess()