HomeSort by relevance Sort by last modified time
    Searched refs:MemInst (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 598 ParseMemoryInst MemInst(Inst, TTI);
600 if (MemInst.isValid() && MemInst.isLoad()) {
603 if (MemInst.isVolatile() || !MemInst.isUnordered()) {
610 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand());
612 InVal.MatchingId == MemInst.getMatchingId() &&
614 !MemInst.isVolatile() && MemInst.isUnordered() &&
616 InVal.IsAtomic >= MemInst.isAtomic())
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]

Completed in 148 milliseconds