Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/IR/
DInstruction.h501 void updateLocationAfterHoist();
/external/llvm-project/llvm/lib/IR/
DDebugInfo.cpp699 void Instruction::updateLocationAfterHoist() { dropLocation(); } in updateLocationAfterHoist() function in Instruction
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLICM.cpp1766 I.updateLocationAfterHoist(); in hoist()
DGVN.cpp1354 I->updateLocationAfterHoist(); in PerformLoadPRE()