Searched refs:isUnordered (Results 1 – 15 of 15) sorted by relevance
124 if (!LI->isUnordered()) { in runOnFunction()133 if (!SI->isUnordered()) { in runOnFunction()
82 return LI->isUnordered(); in IsLoadOrStoreInst()84 return SI->isUnordered(); in IsLoadOrStoreInst()
285 if (!L->isUnordered()) in getModRefInfo()300 if (!S->isUnordered()) in getModRefInfo()
125 if (LI->isUnordered()) { in GetLocation()137 if (SI->isUnordered()) { in GetLocation()468 if (!LI->isUnordered()) in getPointerDependencyFrom()528 if (!SI->isUnordered()) in getPointerDependencyFrom()
302 if (!LI->isUnordered()) ATy = AliasSet::ModRef; in add()315 if (!SI->isUnordered()) ATy = AliasSet::ModRef; in add()
1850 if (!LI->isUnordered()) in isSafeToSpeculativelyExecute()
2443 assert(FCmpInst::isUnordered(Pred) && in SimplifyFCmpInst()
326 return !cast<StoreInst>(this)->isUnordered(); in mayReadFromMemory()346 return !cast<LoadInst>(this)->isUnordered(); in mayWriteToMemory()
3090 bool CmpInst::isUnordered(unsigned short predicate) { in isUnordered() function in CmpInst
223 return SI->isUnordered(); in isRemovable()797 if (!L->isUnordered()) // Be conservative with atomic/volatile load in handleEndBlock()
376 if (!LI->isUnordered()) in canSinkOrHoistInst()
614 Jump isUnordered(m_assembler.jp()); in branchDouble()616 isUnordered.link(this); in branchDouble()619 Jump isUnordered(m_assembler.jp()); in branchDouble()621 isUnordered.link(this); in branchDouble()
810 static bool isUnordered(unsigned short predicate);
219 bool isUnordered() const { in isUnordered() function339 bool isUnordered() const { in isUnordered() function
928 LI->isUnordered() ? (Instruction*)ICI : LI); in OptimizeGlobalAddressOfMalloc()