Home
last modified time | relevance | path

Searched refs:RemapSourceAtom (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h302 LLVM_ABI void RemapSourceAtom(Instruction *I, ValueToValueMapTy &VM);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp410 RemapSourceAtom(&I, VMap); in SplitIndirectBrCriticalEdges()
H A DValueMapper.cpp1015 RemapSourceAtom(I, getVM()); in remapInstruction()
1300 void llvm::RemapSourceAtom(Instruction *I, ValueToValueMapTy &VM) { in RemapSourceAtom() function in llvm
H A DLoopUnroll.cpp759 RemapSourceAtom(&I, VMap); in UnrollLoop()
H A DSimplifyCFG.cpp1194 RemapSourceAtom(PTI, VMap); in cloneInstructionsIntoPredecessorBlockAndUpdateSSAUses()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2019 RemapSourceAtom(&*It, VM); in remapSourceAtoms()