HomeSort by: relevance | last modified time | path
    Searched defs:SSA (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===- SSAUpdater.h - Unstructured SSA Update Tool --------------*- C++ -*-===//
32 /// Helper class for SSA formation on a set of values defined in
64 /// Reset this object to get ready for a new set of SSA updates with
82 /// Construct SSA form, materializing a value that is live at the end
86 /// Construct SSA form, materializing a value that is live in the
128 /// Helper class for promoting a collection of loads and stores into SSA
138 SSAUpdater &SSA;
  /src/sys/arch/amiga/dev/
kbdmap.h 67 #define SSA 134
  /src/sys/arch/atari/dev/
kbdmap.h 71 #define SSA 134
  /src/sys/arch/x68k/include/
kbdmap.h 41 #define SSA 134
  /src/sys/arch/x68k/usr.bin/loadkmap/
kbdmap.h 38 #define SSA 134
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyLowerEmscriptenEHSjLj.cpp 626 SSAUpdater SSA;
629 SSA.Initialize(I.getType(), I.getName());
630 SSA.AddAvailableValue(&BB, &I);
641 SSA.RewriteUseAfterInsertions(U);
1163 // So we need to make sure the SSA for these variables is valid so that every
1193 // Finally, our modifications to the cfg can break dominance of SSA variables.
1202 // part. So, we rebuild SSA form here.
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86SpeculativeLoadHardening.cpp 156 MachineSSAUpdater SSA;
159 : RC(RC), SSA(MF) {}
323 /// FIXME: It's really frustrating that we have to do this, but SSA-form in MIR
502 // Track the updated values in an SSA updater to rewrite into SSA form at the
504 PS->SSA.Initialize(PS->InitialReg);
505 PS->SSA.AddAvailableValue(&Entry, PS->InitialReg);
515 // the stack pointer and make it available in SSA.
524 PS->SSA.AddAvailableValue(
545 // Now rewrite all the uses of the pred state using the SSA updater to inser
    [all...]

Completed in 27 milliseconds