HomeSort by relevance Sort by last modified time
    Searched refs:EarlyScavengingSlots (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 621 bool EarlyScavengingSlots = (TFI.hasFP(Fn) &&
625 if (RS && EarlyScavengingSlots) {
730 if (RS && !EarlyScavengingSlots) {
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyPEI.cpp 637 bool EarlyScavengingSlots = (TFI.hasFP(Fn) &&
641 if (RS && EarlyScavengingSlots) {
746 if (RS && !EarlyScavengingSlots) {
    [all...]

Completed in 225 milliseconds