Searched refs:isUnordered (Results 1 – 16 of 16) sorted by relevance
124 if (!LI->isUnordered()) { in runOnFunction()133 if (!SI->isUnordered()) { in runOnFunction()
290 if (!L->isUnordered()) in getModRefInfo()305 if (!S->isUnordered()) in getModRefInfo()
121 if (LI->isUnordered()) { in GetLocation()134 if (SI->isUnordered()) { in GetLocation()406 if (!LI->isUnordered()) in getPointerDependencyFrom()466 if (!SI->isUnordered()) in getPointerDependencyFrom()
647 return LI->isUnordered(); in isLoadOrStore()649 return SI->isUnordered(); in isLoadOrStore()
2009 if (!LI->isUnordered()) in isSafeToSpeculativelyExecute()
2638 assert(FCmpInst::isUnordered(Pred) && in SimplifyFCmpInst()
167 bool isUnordered() const { return !isVolatile(); } in isUnordered() function
435 return !cast<StoreInst>(this)->isUnordered(); in mayReadFromMemory()455 return !cast<LoadInst>(this)->isUnordered(); in mayWriteToMemory()
3263 bool CmpInst::isUnordered(unsigned short predicate) { in isUnordered() function in CmpInst
248 return SI->isUnordered(); in isRemovable()836 if (!L->isUnordered()) // Be conservative with atomic/volatile load in handleEndBlock()
396 if (!LI->isUnordered()) in canSinkOrHoistInst()
132 bool isUnordered() const { return isInput(); } in isUnordered() function
814 static bool isUnordered(unsigned short predicate);
219 bool isUnordered() const { in isUnordered() function339 bool isUnordered() const { in isUnordered() function
1278 if (!(*I)->isUnordered()) in hasOrderedMemoryRef()
910 LI->isUnordered() ? (Instruction*)ICI : LI); in OptimizeGlobalAddressOfMalloc()