Home
last modified time | relevance | path

Searched refs:updateLocationAfterHoist (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h707 LLVM_ABI void updateLocationAfterHoist();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1702 I.updateLocationAfterHoist(); in hoist()
H A DGVN.cpp1890 I->updateLocationAfterHoist(); in PerformLoadPRE()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp991 void Instruction::updateLocationAfterHoist() { dropLocation(); } in updateLocationAfterHoist() function in Instruction