Lines Matching defs:Load
327 llvm::LoadInst *Load =
330 llvm::SwitchInst::Create(Load, Br->getSuccessor(0), 4, Block);
483 // If there's an active flag, load it and skip the cleanup if it's
552 // The switch operand is a load from the cleanup-dest alloca.
558 // Destroy the load.
770 llvm::LoadInst *Load =
773 llvm::SwitchInst::Create(Load, Default, SwitchCapacity);
775 InstsToAppend.push_back(Load);