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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp445 bool isInvariantLoad = false; local
486 isInvariantLoad = true;
656 if (isInvariantLoad)
673 if (isInvariantLoad)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp691 bool isInvariantLoad() const { function in class:__anon5635::EarlyCSE::ParseMemoryInst
1096 if (MemInst.isInvariantLoad()) {

Completed in 159 milliseconds