Searched refs:isUnordered (Results 1 – 19 of 19) sorted by relevance
123 if (!LI->isUnordered()) { in runOnFunction()132 if (!SI->isUnordered()) { in runOnFunction()
312 if (!L->isUnordered()) in getModRefInfo()327 if (!S->isUnordered()) in getModRefInfo()
125 if (LI->isUnordered()) { in GetLocation()138 if (SI->isUnordered()) { in GetLocation()410 if (!LI->isUnordered()) in getPointerDependencyFrom()470 if (!SI->isUnordered()) in getPointerDependencyFrom()
647 return LI->isUnordered(); in isLoadOrStore()649 return SI->isUnordered(); in isLoadOrStore()
2006 if (!LI->isUnordered() || in isSafeToSpeculativelyExecute()
2658 assert(FCmpInst::isUnordered(Pred) && in SimplifyFCmpInst()
183 bool isUnordered() const { return !isVolatile(); } in isUnordered() function
417 return !cast<StoreInst>(this)->isUnordered(); in mayReadFromMemory()437 return !cast<LoadInst>(this)->isUnordered(); in mayWriteToMemory()
3313 bool CmpInst::isUnordered(unsigned short predicate) { in isUnordered() function in CmpInst
253 return SI->isUnordered(); in isRemovable()827 if (!L->isUnordered()) // Be conservative with atomic/volatile load in handleEndBlock()
437 if (!LI->isUnordered()) in canSinkOrHoistInst()
132 bool isUnordered() const { return isInput(); } in isUnordered() function
819 static bool isUnordered(unsigned short predicate);
236 bool isUnordered() const { in isUnordered() function356 bool isUnordered() const { in isUnordered() function
1632 bool isUnordered(const ActiveEdge* edge) const { in isUnordered() function in ActiveEdge2293 && activePtr->isUnordered(nextPtr)) { in adjustCoincident()2308 } else if (activePtr->isUnordered(nextPtr)) { in adjustCoincident()
363 * ``isUnordered()``: A load or store which is not volatile and at most
1343 if (!(*I)->isUnordered()) in hasOrderedMemoryRef()
906 LI->isUnordered() ? (Instruction*)ICI : LI); in OptimizeGlobalAddressOfMalloc()