Home
last modified time | relevance | path

Searched refs:PHI (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dbasicblock.h30 PHI, member in panda::compiler::IterationType
47 using PhiInstIter = InstForwardIterator<IterationType::PHI>;
53 using PhiInstSafeIter = InstSafeIterator<IterationType::PHI, IterationDirection::FORWARD>;
57 using PhiInstSafeReverseIter = InstSafeIterator<IterationType::PHI, IterationDirection::BACKWARD>;
241 // Insert new instruction(NOT PHI) in BasicBlock at the start of instructions
246 // Insert new instruction(NOT PHI) in BasicBlock at the end of instructions
251 // Append range of instructions(NOT PHI) in BasicBlock at the end of instructions
255 // Insert new PHI instruction in BasicBlock at the end of PHI instructions
665 * | |----> InstForwardIterator<Type::PHI, Directio
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dbasicblock.h30 PHI, member in ark::compiler::IterationType
47 using PhiInstIter = InstForwardIterator<IterationType::PHI>;
53 using PhiInstSafeIter = InstSafeIterator<IterationType::PHI, IterationDirection::FORWARD>;
57 using PhiInstSafeReverseIter = InstSafeIterator<IterationType::PHI, IterationDirection::BACKWARD>;
160 // Insert new instruction(NOT PHI) in BasicBlock at the start of instructions
162 // Insert new instruction(NOT PHI) in BasicBlock at the end of instructions
165 // Append range of instructions(NOT PHI) in BasicBlock at the end of instructions
169 // Insert new PHI instruction in BasicBlock at the end of PHI instructions
410 * | |----> InstForwardIterator<Type::PHI, Directio
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dgep_propagation.cpp82 case Instruction::PHI: in AddToVector()
365 /// Basic optimization of generated PHI and Select instructions that have identical inputs.

Completed in 3 milliseconds