Home
last modified time | relevance | path

Searched defs:UsedValues (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp125 std::vector<GlobalValue *> UsedValues; in updateCompilerUsed() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp46 SmallPtrSetImpl<const GlobalValue*> &UsedValues) { in FindUsedValues()
H A DStripSymbols.cpp106 findUsedValues(GlobalVariable * LLVMUsed,SmallPtrSetImpl<const GlobalValue * > & UsedValues) findUsedValues() argument
/llvm-project/polly/lib/CodeGen/
H A DLoopGenerators.cpp177 createParallelLoop(Value * LB,Value * UB,Value * Stride,SetVector<Value * > & UsedValues,ValueMapT & Map,BasicBlock::iterator * LoopBody) createParallelLoop() argument
/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp175 SmallPtrSet<VNInfo*, 8> UsedValues; global() member in __anond9875e810111::InlineSpiller