Searched refs:InstCombineIRInserter (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombine.h | 56 class LLVM_LIBRARY_VISIBILITY InstCombineIRInserter 60 InstCombineIRInserter(InstCombineWorklist &WL) : Worklist(WL) {} in InstCombineIRInserter() function 81 typedef IRBuilder<true, TargetFolder, InstCombineIRInserter> BuilderTy;
|
D | InstructionCombining.cpp | 2066 IRBuilder<true, TargetFolder, InstCombineIRInserter> in runOnFunction() 2068 InstCombineIRInserter(Worklist)); in runOnFunction()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 140 class LLVM_LIBRARY_VISIBILITY InstCombineIRInserter 146 InstCombineIRInserter(InstCombineWorklist &WL, AssumptionCache *AC) in InstCombineIRInserter() function 174 typedef IRBuilder<TargetFolder, InstCombineIRInserter> BuilderTy;
|
D | InstructionCombining.cpp | 3071 IRBuilder<TargetFolder, InstCombineIRInserter> Builder( in combineInstructionsOverFunction() 3072 F.getContext(), TargetFolder(DL), InstCombineIRInserter(Worklist, &AC)); in combineInstructionsOverFunction()
|