Searched refs:getCompareLoadPairs (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp99 Value *getCompareLoadPairs(unsigned BlockIndex, unsigned &LoadIndex);
354 Value *MemCmpExpansion::getCompareLoadPairs(unsigned BlockIndex, function in class:__anon3459::MemCmpExpansion
357 "getCompareLoadPairs() called with no remaining loads");
424 Value *Cmp = getCompareLoadPairs(BlockIndex, LoadIndex);
559 Value *Cmp = getCompareLoadPairs(0, LoadIndex);

Completed in 45 milliseconds