Searched defs:IsLoadCSE (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Analysis/ |
H A D | Loads.cpp | 496 getAvailableLoadStore(Instruction * Inst,const Value * Ptr,Type * AccessTy,bool AtLeastAtomic,const DataLayout & DL,bool * IsLoadCSE) getAvailableLoadStore() argument 587 findAvailablePtrLoadStore(const MemoryLocation & Loc,Type * AccessTy,bool AtLeastAtomic,BasicBlock * ScanBB,BasicBlock::iterator & ScanFrom,unsigned MaxInstsToScan,BatchAAResults * AA,bool * IsLoadCSE,unsigned * NumScanedInst) findAvailablePtrLoadStore() argument 669 FindAvailableLoadedValue(LoadInst * Load,BatchAAResults & AA,bool * IsLoadCSE,unsigned MaxInstsToScan) FindAvailableLoadedValue() argument [all...] |
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 1028 bool IsLoadCSE = false; visitLoadInst() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 1249 bool IsLoadCSE; simplifyPartiallyRedundantLoad() local
|